summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2023-07-20 11:10:34 +0200
committerÉtienne Mollier <emollier@debian.org>2023-07-20 11:10:34 +0200
commitb695b3ac82265899fc1d550dab0cbbcf0b98d037 (patch)
tree3fa841f5231723d69c997b3b12cca7b8d886308f
parented222f6515f402cf3b893755cb1811b5de6609df (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