summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-02-26 22:47:03 +0100
committerErich Eckner <git@eckner.net>2017-02-26 22:47:03 +0100
commit7b31524b13ad9e9fab8081f6019770b6d8fa7fd8 (patch)
tree8e9f10d281602026947bcae0d30ca44890ec61d8
parent1898d76e0d83d1c4ca6c72df98eb16efde05e623 (diff)
downloadcrux-patches-7b31524b13ad9e9fab8081f6019770b6d8fa7fd8.tar.xz
pkgutils: adopt patch to new Pkgfile content
-rw-r--r--core/pkgutils/Pkgfile-apply-patch.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pkgutils/Pkgfile-apply-patch.patch b/core/pkgutils/Pkgfile-apply-patch.patch
index 662f5d4..94f47fa 100644
--- a/core/pkgutils/Pkgfile-apply-patch.patch
+++ b/core/pkgutils/Pkgfile-apply-patch.patch
@@ -2,8 +2,8 @@
+++ Pkgfile 2016-06-01 21:50:47.785297105 +0200
@@ -6,9 +6,11 @@
name=pkgutils
- version=5.36
- release=2
+ version=5.40.1
+ release=1
-source=(http://crux.nu/files/$name-$version.tar.xz)
+source=(http://crux.nu/files/$name-$version.tar.xz
+ PKGMK_FULL_SOURCE_MIRRORS.patch)
@@ -11,5 +11,5 @@
build () {
cd $name-$version
+ patch -p1 -i ../PKGMK_FULL_SOURCE_MIRRORS.patch
- make DESTDIR=$PKG MANDIR=/usr/share/man install
+ make DESTDIR=$PKG install
}