mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 19:44:47 +00:00
mate-session-manager: add --disable-schemas-compile --disable-docbook-docs to configure flag
This commit is contained in:
@@ -9,8 +9,13 @@ md5sum=(57905f0654e4718b90c6696e03fcbd9f)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib/$name --disable-nls
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--disable-nls \
|
||||
--disable-schemas-compile \
|
||||
--disable-docbook-docs
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share/{locale,doc}
|
||||
rm -r $PKG/usr/share/locale
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user