From 7a4d3fa81c5e29bfbc747581c495dfe7d091a958 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 5 Aug 2011 14:28:45 +0200 Subject: [PATCH] maemo: Don't overwrite location of libexec. --- packages/maemo-strongswan/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/maemo-strongswan/debian/rules b/packages/maemo-strongswan/debian/rules index adbb0cc6f..3eb1409bd 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 --libexecdir=/usr/lib \ + --prefix=/usr --sysconfdir=/etc \ --disable-tools --disable-scripts \ --disable-fips-prf --disable-pubkey --disable-attr \ --disable-constraints --disable-revocation \