diff options
| author | epoch <epoch@enzo.thebackupbox.net> | 2020-12-22 02:01:20 -0600 | 
|---|---|---|
| committer | epoch <epoch@enzo.thebackupbox.net> | 2020-12-22 02:01:20 -0600 | 
| commit | 1b813d6851c34238e0e2cddc95f2e5f2375a5367 (patch) | |
| tree | 9c362990f1dffa4f64577a122eebab02232a9aa1 | |
| parent | 298dfc554ac080c0aa7b2d96372c518b8d0cf2b7 (diff) | |
| download | uritools-1b813d6851c34238e0e2cddc95f2e5f2375a5367.tar.gz uritools-1b813d6851c34238e0e2cddc95f2e5f2375a5367.zip | |
shorten's install noew doesn't bother with chmod, unless you have a "shorten" group.
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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 | 
