diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-06-28 09:03:30 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-06-28 09:03:30 +0000 |
commit | 704187048bc76b0b21dd454be9e79fbb187b5584 (patch) | |
tree | 38b4a2eebde38811b8ebadbb36799c83685bc5bb /debian/rules | |
parent | 79863f2663b67fe1a0865e071d402f33fe7e7485 (diff) | |
download | vyos-strongswan-704187048bc76b0b21dd454be9e79fbb187b5584.tar.gz vyos-strongswan-704187048bc76b0b21dd454be9e79fbb187b5584.zip |
Make sure all plugins are being installer.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8599948d9..0d11ddda7 100755 --- a/debian/rules +++ b/debian/rules @@ -83,7 +83,7 @@ install: build-stamp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # install files from debian/tmp into proper package dirs - dh_install + dh_install --fail-missing # 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/ |