From 4fde21d9913a63e8f057543aefa5b4125d74bd85 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 6 Jan 2013 15:52:33 +0100 Subject: Use more variables This allows any command used to be overridden, when, for example, they're not installed in PATH. --- conkeror/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conkeror') 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: -- cgit v1.3-2-g0d8e