aboutsummaryrefslogtreecommitdiff
path: root/math/algae/files/patch-tools-Makefile.in
blob: 856bd8cd01029ce3aecf27b3623eacdcf40f1032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tools/Makefile.in.orig
+++ tools/Makefile.in
@@ -47,8 +47,8 @@
 # ========================== Installation =========================
 
 install: tools.algae
-	for f in *.A; do $(INSTALL_DATA) $$f $(tooldir); done
-	$(INSTALL_DATA) tools.algae $(tooldir)
+	for f in *.A; do $(INSTALL_DATA) $$f $(DESTDIR)$(tooldir); done
+	$(INSTALL_DATA) tools.algae $(DESTDIR)$(tooldir)
 .PHONY:	install
 
 uninstall: