diff options
-rw-r--r-- | core/pkgutils/Pkgfile-apply-patch.patch | 6 |
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 } |