From 085a80c033baf1c584fd68ae8b6d8a3916ac5966 Mon Sep 17 00:00:00 2001
From: René Mayrhofer <rene@mayrhofer.eu.org>
Date: Wed, 25 May 2011 09:47:11 +0200
Subject: Fix CONFIGUREARGS typo in debian/rules and no longer install
 starter.8 manpage either.

---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'debian/rules')

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...
-- 
cgit v1.2.3