diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 16:54:49 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-10-26 16:54:49 +0000 |
commit | 7e16aa00c1e487ef673dc6a611ef27a745768f35 (patch) | |
tree | 823725b4eeb555c9cf7fb114140b4638e62b9ca6 /debian | |
parent | f7754613453d7a216ef2edac80b1e91bb4eb4152 (diff) | |
download | vyos-strongswan-7e16aa00c1e487ef673dc6a611ef27a745768f35.tar.gz vyos-strongswan-7e16aa00c1e487ef673dc6a611ef27a745768f35.zip |
- Semicolon, not comma to separate sed commands.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |