repo: uritools
action: commit
revision: 
path_from: 
revision_from: 1b813d6851c34238e0e2cddc95f2e5f2375a5367:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 1b813d6851c34238e0e2cddc95f2e5f2375a5367
Author: epoch 
Date:   Tue Dec 22 02:01:20 2020 -0600

    shorten's install noew doesn't bother with chmod, unless you have a "shorten" group.

diff --git a/Makefile b/Makefile
index 8a87a7446736b1a143d2b57bed9c31809f05e9da..
index ..ecdb7734ce0c36974ce33fe76cc5ea6496600436 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

-----END OF PAGE-----