diff --git a/etc/Makefile.in b/etc/Makefile.in index f8f84599..1a7ec6c9 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -27,7 +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%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: