aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-05-10 13:49:14 +0000
committerRob Austein <sra@hactrn.net>2011-05-10 13:49:14 +0000
commit58af11f98e989d077f2b2f4fbfde0acbd209512d (patch)
tree18a910bd3845801689a57fbf3f7599980bd376e6 /utils
parentb97d680740792a9ff6dda32f61c9e02a8293c36d (diff)
Don't assume installation directories exist
svn path=/pywrap/Makefile.in; revision=3810
Diffstat (limited to 'utils')
-rw-r--r--utils/find_roa/Makefile.in1
-rw-r--r--utils/hashdir/Makefile.in1
-rw-r--r--utils/print_roa/Makefile.in1
-rw-r--r--utils/print_rpki_manifest/Makefile.in1
4 files changed, 4 insertions, 0 deletions
diff --git a/utils/find_roa/Makefile.in b/utils/find_roa/Makefile.in
index 9fc160a4..50fbf44f 100644
--- a/utils/find_roa/Makefile.in
+++ b/utils/find_roa/Makefile.in
@@ -43,6 +43,7 @@ test: ${BIN}
sh ./test_roa.sh ${TEST_ARGS}
install: all
+ ${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} ${BIN} ${DESTDIR}${bindir}
deinstall uninstall:
diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in
index 6c5d4d4b..9cf060ff 100644
--- a/utils/hashdir/Makefile.in
+++ b/utils/hashdir/Makefile.in
@@ -45,6 +45,7 @@ clean::
rm -rf ${OUTPUT}
install: all
+ ${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} ${BIN} ${DESTDIR}${bindir}
deinstall uninstall:
diff --git a/utils/print_roa/Makefile.in b/utils/print_roa/Makefile.in
index 2099b04e..d93702d7 100644
--- a/utils/print_roa/Makefile.in
+++ b/utils/print_roa/Makefile.in
@@ -42,6 +42,7 @@ test: all
if test -d ${ROA_DIR}; then find ${ROA_DIR} -type f -name '*.roa' -print -exec ./${BIN} {} \; ; else :; fi
install: all
+ ${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} ${BIN} ${DESTDIR}${bindir}
deinstall uninstall:
diff --git a/utils/print_rpki_manifest/Makefile.in b/utils/print_rpki_manifest/Makefile.in
index cc4efd97..ace3391f 100644
--- a/utils/print_rpki_manifest/Makefile.in
+++ b/utils/print_rpki_manifest/Makefile.in
@@ -42,6 +42,7 @@ test: all
if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./${BIN} {} \; ; else :; fi
install: all
+ ${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} ${BIN} ${DESTDIR}${bindir}
deinstall uninstall: