[master] ba5e3c9 Create the /etc/varnish directory.
Lasse Karstensen
lkarsten at varnish-software.com
Fri Mar 28 12:58:05 CET 2014
commit ba5e3c9247c32784c7e15d1b6ccbf34e1080583e
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Fri Mar 28 12:57:36 2014 +0100
Create the /etc/varnish directory.
diff --git a/rules b/rules
index 6521ede..41bc703 100755
--- a/rules
+++ b/rules
@@ -34,6 +34,7 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install -a
@ # Install the example as default.
+ mkdir -p $(CURDIR)/debian/varnish/etc/
install -o root -g root -m 644 $(CURDIR)/etc/example.vcl \
$(CURDIR)/debian/varnish/etc/default.vcl
@ # Remove .la files
More information about the varnish-commit
mailing list