summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRené Mayrhofer <rene@mayrhofer.eu.org>2011-05-25 09:47:11 +0200
committerRené Mayrhofer <rene@mayrhofer.eu.org>2011-05-25 09:47:11 +0200
commit085a80c033baf1c584fd68ae8b6d8a3916ac5966 (patch)
treedc343bd121f5369b36a7ba30f278d1a4955bcca7 /debian/rules
parentb921c0cc3a8e6e31910692a11cbf7a9a4b3f5a72 (diff)
downloadvyos-strongswan-085a80c033baf1c584fd68ae8b6d8a3916ac5966.tar.gz
vyos-strongswan-085a80c033baf1c584fd68ae8b6d8a3916ac5966.zip
Fix CONFIGUREARGS typo in debian/rules and no longer install starter.8 manpage either.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index e3eb7b5c8..4155e29e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ endif
# to do backports where the network-manager libs can not be installed, and
# thus to just ignore build-deps).
ifeq ($(shell test -d /usr/include/libnm-glib/ && echo yes),yes)
- CONFIGUREARS += --enable-nm
+ CONFIGUREARGS += --enable-nm
endif
build: build-stamp
@@ -99,7 +99,7 @@ install: build-stamp
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 special handling for network-manager files - only install when build
+ # and special handling for network-manager files - only install when built
install -d $(CURDIR)/debian/tmp/usr/lib/ipsec/plugins/libstrongswan-nm.so* $(CURDIR)/debian/strongswan-nm/usr/lib/ipsec/plugins/
# and additional files not covered by upstream makefile...