From: Tobias Brunner Date: Tue, 8 Feb 2011 14:14:48 +0000 (+0100) Subject: maemo: Use /usr/lib instead of /usr/libexec. X-Git-Tag: 4.5.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a417409096dad70244e5e0e344fad5060af764fd;p=thirdparty%2Fstrongswan.git maemo: Use /usr/lib instead of /usr/libexec. --- diff --git a/packages/maemo-strongswan/debian/rules b/packages/maemo-strongswan/debian/rules index 5c337eec90..c2fa9dc72f 100755 --- a/packages/maemo-strongswan/debian/rules +++ b/packages/maemo-strongswan/debian/rules @@ -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 \