From 7b31524b13ad9e9fab8081f6019770b6d8fa7fd8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 26 Feb 2017 22:47:03 +0100 Subject: pkgutils: adopt patch to new Pkgfile content --- core/pkgutils/Pkgfile-apply-patch.patch | 6 +++--- 1 file 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 } -- cgit v1.2.3-54-g00ecf