X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=13e6ee85541df21684aeae74f9ae7bac85f16a50;hb=709224c55223fe1062c786d7ef16246a604c0e79;hp=5114ef42404b6081d86c1751d9084ae1429141f0;hpb=90b098eec1d94c45bbec77eeef70681d5d12ca4b;p=ports%2Fcore-arm64.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 5114ef4..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.5 +version=5.40.6 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) @@ -13,6 +13,5 @@ source=(http://crux.nu/files/$name-$version.tar.xz \ build () { cd $name-$version patch -p0 -i $SRC/pkgmk.conf.patch -# sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile make DESTDIR=$PKG install MANDIR=/usr/share/man }