summaryrefslogtreecommitdiffstats
path: root/time_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'time_wizard')
-rw-r--r--time_wizard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/time_wizard/Makefile b/time_wizard/Makefile
index cd49d85d..ba4d136b 100644
--- a/time_wizard/Makefile
+++ b/time_wizard/Makefile
@@ -10,6 +10,7 @@ install:
install --mode=u=rw,g=r,o=r -p time.wiz ${prefix}/share/wizards/time_wizard
install --mode=a=r -p ./images/Time.png ${prefix}/share/wizards/time_wizard/images
install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/time_wizard/scripts
+ install --mode=u=rw,g=r,o=r -p scripts/NTPConf.pm ${prefix}/share/wizards/time_wizard/scripts
run:
(su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/time_wizard/time.en.wpo" )