diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-04-09 14:26:29 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-04-09 14:26:29 +0000 |
commit | d60b97cb3c4e5645ff5529ff9a724d6f3c447056 (patch) | |
tree | c563bcb24a17edb8c958b682aecc32e81da21ed8 /debian/rules | |
parent | c694218d80c1085faa9f10122d48f8c6baffc15b (diff) | |
download | vyos-strongswan-d60b97cb3c4e5645ff5529ff9a724d6f3c447056.tar.gz vyos-strongswan-d60b97cb3c4e5645ff5529ff9a724d6f3c447056.zip |
- Need special handling for padlock plugin.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 91a7ac95e..5afa971d1 100755 --- a/debian/rules +++ b/debian/rules @@ -89,6 +89,10 @@ install: build-stamp # install files from debian/tmp into proper package dirs dh_install + # special handling for padlock, as it is only built on i386 + ifeq ($(DEB_BUILD_ARCH_CPU),i386) + install $(CURDIR)/debian/tmp/usr/lib/ipsec/plugins/libstrongswan-padlock.so* $(CURDIR)/debian/libstrongswan/usr/lib/ipsec/plugins/ + endif # and additional files not covered by upstream makefile... install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto $(CURDIR)/debian/strongswan-starter/etc/ipsec.secrets |