mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 11:15:01 +02:00
minor build update
This commit is contained in:
1
description-pak
Normal file
1
description-pak
Normal file
@@ -0,0 +1 @@
|
|||||||
|
open source email archiver
|
@@ -27,7 +27,7 @@ INSTALL = @INSTALL@
|
|||||||
all:
|
all:
|
||||||
sed -e 's%pidfile=.*%pidfile=$(localstatedir)/run/piler/piler.pid%g' \
|
sed -e 's%pidfile=.*%pidfile=$(localstatedir)/run/piler/piler.pid%g' \
|
||||||
-e 's%iv=.*%iv=@iv@%g' \
|
-e 's%iv=.*%iv=@iv@%g' \
|
||||||
-e 's%workdir=.*%workdir=$(localstatedir)/piler/tmp%g' < $(srcdir)/example.conf > $(srcdir)/piler.conf
|
-e 's%workdir=.*%workdir=$(localstatedir)/piler/tmp%g' < $(srcdir)/example.conf | grep -v ^\; | grep -v ^$ | sort > $(srcdir)/piler.conf.dist
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if [ ! -f "$(DESTDIR)$(sysconfdir)/piler.conf" ]; then $(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler.conf; fi
|
if [ ! -f "$(DESTDIR)$(sysconfdir)/piler.conf" ]; then $(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler.conf; fi
|
||||||
|
Reference in New Issue
Block a user