mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
make use bash instead of sh for top level Makefile
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
58e9b809c9
commit
4487d6948f
@ -120,7 +120,7 @@ key:
|
|||||||
dd if=/dev/urandom bs=56 count=1 of=piler.key
|
dd if=/dev/urandom bs=56 count=1 of=piler.key
|
||||||
|
|
||||||
postinstall:
|
postinstall:
|
||||||
@sh util/postinstall.sh $(RUNNING_USER) $(RUNNING_GROUP) $(sysconfdir) $(localstatedir) $(libexecdir)
|
@bash util/postinstall.sh $(RUNNING_USER) $(RUNNING_GROUP) $(sysconfdir) $(localstatedir) $(libexecdir)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user