aboutsummaryrefslogtreecommitdiff
path: root/utils/hashdir/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hashdir/Makefile.in')
-rw-r--r--utils/hashdir/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in
index cd564a33..6c5d4d4b 100644
--- a/utils/hashdir/Makefile.in
+++ b/utils/hashdir/Makefile.in
@@ -45,10 +45,10 @@ clean::
rm -rf ${OUTPUT}
install: all
- ${INSTALL} ${BIN} ${bindir}
+ ${INSTALL} ${BIN} ${DESTDIR}${bindir}
deinstall uninstall:
- rm -f ${bindir}/${BIN}
+ rm -f ${DESTDIR}${bindir}/${BIN}
distclean: clean
rm -f Makefile