1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-20 20:46:13 +02:00

Add libdir to autotools configuration

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-09-30 02:36:59 +02:00
parent 121fee7e97
commit 38a9b5865c

View file

@ -10,5 +10,6 @@ run_configure() {
--datadir="/share" --sharedstatedir="/share" \
--with-bashcompletiondir="/share/bash-completion/completions" \
--includedir="/include" \
--libdir="/lib" \
--enable-shared --disable-static $@
}