diff options
author | epoch <epoch@thebackupbox.net> | 2022-10-01 03:48:42 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2022-10-01 03:48:42 -0500 |
commit | 35fecc62409ee86ec45ae64a392e152e3e190384 (patch) | |
tree | ea7bae6fb9a884382ee1fb5d8061d34a51a8378b /Makefile | |
parent | 8d981a07f9d3d73cdd0a823a675277dc8526e166 (diff) | |
download | uritools-35fecc62409ee86ec45ae64a392e152e3e190384.tar.gz uritools-35fecc62409ee86ec45ae64a392e152e3e190384.zip |
added uri-absolution. from geminiclient, but will be useful here too :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,6 +38,7 @@ install: all install -t $(PREFIX)/bin uriunescape install -t $(PREFIX)/bin uriescape install -t $(PREFIX)/bin urilaunch + install -t $(PREFIX)/bin uri-aboslution install -t $(PREFIX)/bin search install -t $(PREFIX)/bin getsrv install -t $(PREFIX)/bin urititle @@ -53,4 +54,5 @@ install: all install -t $(PREFIX)/bin rfc-search install -t $(PREFIX)/bin urilist install -t $(PREFIX)/bin rfc-list - chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten + install -t $(PREFIX)/bin man-list + chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten || true #ignore this error |