From 7e16aa00c1e487ef673dc6a611ef27a745768f35 Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Fri, 26 Oct 2007 16:54:49 +0000 Subject: - Semicolon, not comma to separate sed commands. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 3c55d94d4..e9aec53c4 100755 --- a/debian/rules +++ b/debian/rules @@ -149,7 +149,7 @@ binary-common: sh -c "[ -e $(CURDIR)/debian/strongswan/DEBIAN/conffiles ] && ( \ cp $(CURDIR)/debian/strongswan/DEBIAN/conffiles \ $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp; \ - sed '/ipsec.conf/d,/ipsec.secrets/d' $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp \ + sed '/ipsec.conf/d;/ipsec.secrets/d' $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp \ > $(CURDIR)/debian/strongswan/DEBIAN/conffiles; \ rm $(CURDIR)/debian/strongswan/DEBIAN/conffiles.tmp ) || true" dh_shlibdeps -- cgit v1.2.3