summaryrefslogtreecommitdiff
path: root/core/pkgutils/Pkgfile-apply-patch2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/pkgutils/Pkgfile-apply-patch2.patch')
-rw-r--r--core/pkgutils/Pkgfile-apply-patch2.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/pkgutils/Pkgfile-apply-patch2.patch b/core/pkgutils/Pkgfile-apply-patch2.patch
new file mode 100644
index 0000000..d8cddeb
--- /dev/null
+++ b/core/pkgutils/Pkgfile-apply-patch2.patch
@@ -0,0 +1,16 @@
+--- Pkgfile 2016-06-01 21:50:22.035228588 +0200
++++ Pkgfile 2016-06-01 21:50:47.785297105 +0200
+@@ -7,10 +7,12 @@
+ version=5.40.1
+ release=1
+ source=(http://crux.nu/files/$name-$version.tar.xz
+- PKGMK_FULL_SOURCE_MIRRORS.patch)
++ PKGMK_FULL_SOURCE_MIRRORS.patch
++ pkgmk-permissions-test.patch)
+
+ build () {
+ cd $name-$version
+ patch -p1 -i ../PKGMK_FULL_SOURCE_MIRRORS.patch
++ patch -p1 -i ../pkgmk-permissions-test.patch
+ make DESTDIR=$PKG install
+ }