repo: uritools action: commit revision: path_from: revision_from: 1b813d6851c34238e0e2cddc95f2e5f2375a5367: path_to: revision_to:
commit 1b813d6851c34238e0e2cddc95f2e5f2375a5367 Author: epochDate: 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
--- 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-----