summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2020-08-15 21:39:59 +0200
committerAndreas Tille <tille@debian.org>2020-08-15 21:39:59 +0200
commitc2725b23312de07005c211598983a5a18f3f27ad (patch)
tree1b6fb2f6ef0049d1f9001612e4c4eaf0609e7940
parentb2e32ad053dbade42ce91c9ec87e574ba85eaa49 (diff)
Use DESTDIR during installation
Forwarded: not-needed Last-Update: 2016-01-08 Gbp-Pq: Name destdir-install.patch
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cbe3f5..3fbf5ab 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ clean:
rm -f daligner.tar.gz
install:
- cp $(ALL) $(DEST_DIR)
+ install -d $(DESTDIR)/usr/bin
+ install $(ALL) $(DESTDIR)/usr/bin
package:
make clean