diff --git a/util/autotools.sh b/util/autotools.sh index f04305f..af3a543 100644 --- a/util/autotools.sh +++ b/util/autotools.sh @@ -10,5 +10,6 @@ run_configure() { --datadir="/share" --sharedstatedir="/share" \ --with-bashcompletiondir="/share/bash-completion/completions" \ --includedir="/include" \ + --libdir="/lib" \ --enable-shared --disable-static $@ }