repo: uritools
action: commit
revision: 
path_from: 
revision_from: 62817acef7618bd5d6e77ffabb39aabe33f5a37c:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 62817acef7618bd5d6e77ffabb39aabe33f5a37c
Author: epoch 
Date:   Sat Oct 30 00:27:36 2021 +0000

    added a -D to an install command that failed sometimes because missing path component

diff --git a/Makefile b/Makefile
index cc24cbc44a2f44e7a64fabb39ca47afae01002ee..
index ..fdbd973696267da18985dde100bfa3fa53d09303 100644
--- a/Makefile
+++ b/Makefile
@@ -45,5 +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/*
+	install -Dt $(PREFIX)/share/urn share/urn/*
 	chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten

-----END OF PAGE-----