summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfif Elghraoui <afif@ghraoui.name>2023-12-30 11:39:48 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-30 11:39:48 +0100
commit637883fedad8644257be3ab83bdda570e1395f58 (patch)
treebae37e11be397da7fed39793671ee79e0a1490dd
parent1722428318176daae17eacab599e263abc5d9822 (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