mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
cleanup
This commit is contained in:
parent
98000aeae8
commit
f86d56b898
@ -23,7 +23,6 @@ build() {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
# rm -r $PKG/usr/share/locale
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user