summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2024-01-21 11:57:13 +0100
committerÉtienne Mollier <emollier@debian.org>2024-01-21 11:57:13 +0100
commit0fa03d63d9dd679455e76bdacbcffba2a640a63b (patch)
tree4751f7302a9f0de1086bf10977646c4ec8eb17b5
parentd5d07327b743a9ba94f4c4c3e51122c6c60001ad (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 ae99981..34da24d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,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