summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2009-04-09 13:37:48 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2009-04-09 13:37:48 +0000
commitadc5ef36d4db8c74f3d85fd92f2046b71a50a3ff (patch)
tree329f409b3485e1281ee80afd2f42467b914ac240 /debian
parent55ee41a66918fc6e48b7836414b146109d40f723 (diff)
downloadvyos-strongswan-adc5ef36d4db8c74f3d85fd92f2046b71a50a3ff.tar.gz
vyos-strongswan-adc5ef36d4db8c74f3d85fd92f2046b71a50a3ff.zip
- Additional dh_installdirs call.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7e110ce65..fdc593810 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,8 +85,8 @@ install-strongswan: build-stamp
dh_testroot
dh_installdirs
- # Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=$(CURDIR)/debian/strongswan
+
install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto $(CURDIR)/debian/strongswan/etc/ipsec.secrets
# also "patch" ipsec.conf to include the debconf-managed file
echo >> $(CURDIR)/debian/strongswan/etc/ipsec.conf
@@ -136,6 +136,7 @@ install-strongswan: build-stamp
binary-common:
dh_testdir
dh_testroot
+ dh_installdirs
dh_installinit --name=ipsec
dh_installdebconf
dh_installchangelogs NEWS