diff options
| author | 2013-01-06 15:52:33 +0100 | |
|---|---|---|
| committer | 2013-01-06 15:52:33 +0100 | |
| commit | 4fde21d9913a63e8f057543aefa5b4125d74bd85 (patch) | |
| tree | 3218768c2c8fa5ede3cf2ac02ea72138c2c36621 /conkeror | |
| parent | e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb (diff) | |
| download | markam-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/Makefile | 2 |
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: |
