summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2022-01-21 19:35:42 +0000
committerepoch <epoch@hack.thebackupbox.net>2022-01-21 19:35:42 +0000
commit9ae383cdf96656e03fdfdfe4d38ba6ee40c4512d (patch)
tree4d262fb10eeff49dbdc5e4a284134333dd607fe3 /Makefile
parentc6b3499c83bd95bd111f3c658c6df68c4381992f (diff)
downloaduritools-9ae383cdf96656e03fdfdfe4d38ba6ee40c4512d.tar.gz
uritools-9ae383cdf96656e03fdfdfe4d38ba6ee40c4512d.zip
removed the share/urn stuff. that lives in a repo named "data". uri title now checks for data files. urititle does a unshorten attempt first.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d74d6c..6683bab 100644
--- a/Makefile
+++ b/Makefile
@@ -51,5 +51,4 @@ install: all
install -t $(PREFIX)/bin shorten
install -t $(PREFIX)/bin urnresolve
install -t $(PREFIX)/bin urnstart
- install -Dt $(PREFIX)/share/urn share/urn/*
chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten