diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 10:03:13 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 10:03:13 +0000 |
commit | e7c0ebf36e570347dff55a5e55dbfe1fad8734df (patch) | |
tree | ac4bd24862c13c9712d3657e852426e47400e59f /debian/rules | |
parent | ec5ad208c4f95665bb858681af00feeb9403237d (diff) | |
download | vyos-strongswan-e7c0ebf36e570347dff55a5e55dbfe1fad8734df.tar.gz vyos-strongswan-e7c0ebf36e570347dff55a5e55dbfe1fad8734df.zip |
Ok, need two different...
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5e5fb9746..1b40573a9 100755 --- a/debian/rules +++ b/debian/rules @@ -111,8 +111,8 @@ install-strongswan: build install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto $(CURDIR)/debian/strongswan/etc/ipsec.secrets # use bash for init.d and _plutorun - patch $(CURDIR)/debian/strongswan/etc/init.d/ipsec < debian/use-bash.diff - patch $(CURDIR)/debian/strongswan/usr/lib/ipsec/_plutorun < debian/use-bash.diff + patch $(CURDIR)/debian/strongswan/etc/init.d/ipsec < debian/use-bash1.diff + patch $(CURDIR)/debian/strongswan/usr/lib/ipsec/_plutorun < debian/use-bash2.diff # install the fswcert tool install $(CURDIR)/programs/fswcert/fswcert $(CURDIR)/debian/strongswan/usr/bin |