X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=inline;f=pkgutils%2FPkgfile;h=d77469d1a18c6ff21b45a9e3e51281d64911adb3;hb=d5370f6b19b92e707b8699404ac2edbaeaa9afec;hp=50eb2c134707b90525fa129138eeee701c6bd1fa;hpb=9950eb7339cb1951cc21a6fd7e04e596d5a71be3;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 50eb2c1..d77469d 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -6,10 +6,11 @@ name=pkgutils version=5.35.1 release=2 -source=(http://crux.nu/files/$name-$version.tar.gz) +source=(http://crux.nu/files/$name-$version.tar.gz \ + pkgmk.conf.patch) build () { cd $name-$version + patch -p1 -i $SRC/pkgmk.conf.patch make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf }