more debian packaging fixes

This commit is contained in:
SJ
2013-10-13 22:29:45 +02:00
parent 5a695640eb
commit 3ad6c3bc66
4 changed files with 11 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ INSTALL = @INSTALL@
all:
sed -e 's%pidfile=.*%pidfile=$(localstatedir)/run/piler/piler.pid%g' \
-e 's%iv=.*%iv=@iv@%g' \
-e '%pemfile=%pemfile=$(sysconfdir)/piler.pem%g' \
-e 's%workdir=.*%workdir=$(localstatedir)/piler/tmp%g' < $(srcdir)/example.conf | grep -v ^\; | grep '=' | sort > $(srcdir)/piler.conf
install: