summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2023-02-06 11:01:05 +0100
committerAndreas Tille <tille@debian.org>2023-02-06 11:01:05 +0100
commit7762706b054e14e26efe0efb5ed2c929e1bd381a (patch)
tree964f50352485063daece4439a1232d6decfce482
parentd9e111a7d93aa081909920955c4c8ccbf98a81c4 (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