maemo: Use /usr/lib instead of /usr/libexec.

This commit is contained in:
Tobias Brunner 2011-02-08 15:14:48 +01:00
parent feb8ada613
commit a417409096
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
CONFIG_OPTIONS = \
--prefix=/usr --sysconfdir=/etc \
--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--disable-tools --disable-scripts \
--disable-sha1 --disable-sha2 --disable-aes --disable-des \
--disable-md5 --disable-gmp --disable-pgp --disable-dnskey \