diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-24 01:35:45 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-24 01:35:45 +0000 |
commit | f43a0d0951c3806da52bdee6c944268a59c28f73 (patch) | |
tree | f069b66a562902e17e7718d416779d408c3c6ca3 /Makefile | |
parent | b6e986054a5e448b6ec2254bfe26b1bb90f260cb (diff) | |
download | uritools-f43a0d0951c3806da52bdee6c944268a59c28f73.tar.gz uritools-f43a0d0951c3806da52bdee6c944268a59c28f73.zip |
xwindowURI now lives in xtools repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,6 @@ install: all install -t $(PREFIX)/bin uristart.conf install -t $(PREFIX)/bin sqesc install -t $(PREFIX)/bin ssh_hack - install -t $(PREFIX)/bin xwindowURI install -t $(PREFIX)/bin uriqueryfilter install -t $(PREFIX)/bin urimatch install -t $(PREFIX)/bin uricut @@ -52,4 +51,6 @@ install: all install -t $(PREFIX)/bin urnresolve install -t $(PREFIX)/bin urnstart 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 |