aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@enzo.thebackupbox.net>2020-12-22 02:01:20 -0600
committerepoch <epoch@enzo.thebackupbox.net>2020-12-22 02:01:20 -0600
commit1b813d6851c34238e0e2cddc95f2e5f2375a5367 (patch)
tree9c362990f1dffa4f64577a122eebab02232a9aa1
parent298dfc554ac080c0aa7b2d96372c518b8d0cf2b7 (diff)
downloaduritools-1b813d6851c34238e0e2cddc95f2e5f2375a5367.tar.gz
uritools-1b813d6851c34238e0e2cddc95f2e5f2375a5367.zip
shorten's install noew doesn't bother with chmod, unless you have a "shorten" group.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a87a74..ecdb773 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,4 @@ 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
+ chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten