mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-06-11 05:05:34 +02:00
make use bash instead of sh for top level Makefile
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user