summaryrefslogtreecommitdiff
path: root/core/pkgutils/Pkgfile-apply-patch1.patch
blob: ccc40d8fb0e45a1f23bcbfb9c9b0f8734b9b41ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Pkgfile	2016-06-01 21:50:22.035228588 +0200
+++ Pkgfile	2016-06-01 21:50:47.785297105 +0200
@@ -6,9 +6,11 @@
 name=pkgutils
 version=5.40.9
 release=2
-source=(https://crux.nu/files/$name-$version.tar.xz)
+source=(https://crux.nu/files/$name-$version.tar.xz
+	PKGMK_FULL_SOURCE_MIRRORS.patch)
 
 build () {
 	cd $name-$version
+	patch -p1 -i ../PKGMK_FULL_SOURCE_MIRRORS.patch
 	make DESTDIR=$PKG install
 }