This commit is contained in:
mac-a-r0ni 2023-07-04 04:29:45 -04:00
parent 98000aeae8
commit f86d56b898
3 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,6 @@ build() {
make
make DESTDIR=$PKG install
# rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -21,6 +21,7 @@ build() {
--enable-bcache
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
install -d -m 0755 $PKG/media
}

View File

@ -12,15 +12,15 @@ build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
--disable-rpath \
--disable-documentation
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
--disable-rpath \
--disable-documentation
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share
}