X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=inline;f=pkgutils%2FPkgfile;h=1e5f59c4df58947ff3fbac8026e70eaabf11af15;hb=78fc96b0ef97eba58777d14945c63ad42279198b;hp=9e54fc842528f11f199a328446087e1dc20b8faf;hpb=4b8fd4b268a8919c3f0fed5a1242d30005dcbda0;p=ports%2Fpine64-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 9e54fc8..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.5 +version=5.40.7 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 }