mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 01:41:59 +01:00
minor build update
This commit is contained in:
parent
2be9717237
commit
f72e5b1a6d
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
|
||||||
|
Loading…
Reference in New Issue
Block a user