commit 3895ea85fa0778ce63baf1e0282214a5c9bb9f1b
parent c79aabe6d246f934c9cc7c3cd8eace12d65b1ce5
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 8 Feb 2019 14:34:00 -0500
Install remotecfg as executable
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -4,7 +4,7 @@ LIB:=/usr/lib/remotecfg
BIN:=/usr/bin
install: remotecfg
- install -Dm644 remotecfg ${BIN}
+ install -Dm755 remotecfg ${BIN}
install -Dm644 common.sh ${LIB}
remotecfg: remotecfg.in
diff --git a/remotecfg.in b/remotecfg.in