aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-06 15:52:33 +0100
committerGravatar Tom Willemsen2013-01-06 15:52:33 +0100
commit4fde21d9913a63e8f057543aefa5b4125d74bd85 (patch)
tree3218768c2c8fa5ede3cf2ac02ea72138c2c36621 /conkeror
parente2999eed45ccd6998c5a692f40b7ff47e1fcb8eb (diff)
downloadmarkam-4fde21d9913a63e8f057543aefa5b4125d74bd85.tar.gz
markam-4fde21d9913a63e8f057543aefa5b4125d74bd85.zip
Use more variables
This allows any command used to be overridden, when, for example, they're not installed in PATH.
Diffstat (limited to 'conkeror')
-rw-r--r--conkeror/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conkeror/Makefile b/conkeror/Makefile
index 25ffd14..5d21926 100644
--- a/conkeror/Makefile
+++ b/conkeror/Makefile
@@ -4,7 +4,7 @@ DESTDIR ?= /usr/local
all:
install: markam.js
- install -Dm 655 markam.js \
+ $(INSTALL_DATA) markam.js \
"$(DESTDIR)/share/conkeror/modules/markam.js"
uninstall: