diff options
author | epoch <epoch@hack.thebackupbox.net> | 2021-01-11 05:27:49 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2021-01-11 05:27:49 +0000 |
commit | 275025e5a3030f87dc281db462e52db91dfbe943 (patch) | |
tree | b06511a469454f21217a20defb7d6758a6003eb4 /Makefile | |
parent | 43c5df05b6685ade9072349b85173c5983440057 (diff) | |
parent | f9d2af58fb6fd3b1ec47bd5c810816e787323c71 (diff) | |
download | uritools-275025e5a3030f87dc281db462e52db91dfbe943.tar.gz uritools-275025e5a3030f87dc281db462e52db91dfbe943.zip |
Merge branch 'master' of ssh://batou.thebackupbox.net:65432/uritools
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |