aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@enzo.thebackupbox.net>2021-04-29 21:38:46 +0000
committerepoch <epoch@enzo.thebackupbox.net>2021-04-29 21:38:46 +0000
commit29687c2f6f4cf5ed7fc84a7b4a115acd7c8307d0 (patch)
tree9a0b689a1d4bb894565b6bed30168eb3c26a8374
parent53e28c310e9612dcb6e745f74f3ead44a8ade457 (diff)
downloaduritools-29687c2f6f4cf5ed7fc84a7b4a115acd7c8307d0.tar.gz
uritools-29687c2f6f4cf5ed7fc84a7b4a115acd7c8307d0.zip
install the share files now
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12b0a67..cc24cbc 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,5 @@ install: all
install -t $(PREFIX)/bin shorten
install -t $(PREFIX)/bin urnresolve
install -t $(PREFIX)/bin urnstart
+ install -t $(PREFIX)/share/urn share/urn/*
chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten