Update Pkgfile

This commit is contained in:
mac-a-r0ni 2023-06-27 10:34:26 -04:00
parent fc3152b93e
commit 38695c1ccb

View File

@ -10,7 +10,7 @@ source=(http://0pointer.de/public/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --buildtype=plain
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc