summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2024-01-13 15:21:16 +0100
committerÉtienne Mollier <emollier@debian.org>2024-01-13 15:21:16 +0100
commitb756313f116fab1c300a6b4eb4550c12125998e2 (patch)
tree7d0b4b30d27cc13cf5a17e058da92972bb1198da
parent1fe6f60e507d1b39cfc0d1b384dddc39c95c7e38 (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