openbox: adjust libexec directory, thanks jaeger
This commit is contained in:
parent
d927c88045
commit
d58dc15254
@ -12,7 +12,10 @@ source=(http://openbox.org/dist/openbox/openbox-$version.tar.gz)
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-nls
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls \
|
||||
--libexecdir=/usr/lib/openbox
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user