aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a87a74..16d2e7c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,5 @@ install: all
install -t $(PREFIX)/bin data_handler
install -t $(PREFIX)/bin unshorten.sh
install -t $(PREFIX)/bin shorten
- chgrp shorten $(PREFIX)/bin/shorten
- chmod g+s $(PREFIX)/bin/shorten
+ install -t $(PREFIX)/bin urnstart
+ chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten