summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2020-03-14 11:40:04 +0100
committerPeter Hofmann <scm@uninformativ.de>2020-03-14 11:40:04 +0100
commit5a1bfe10330eddc884bd976707fea4aa341103e8 (patch)
tree018da80b5a36243112b1924ec180162261b08b9e
parent92fea71bc18ec6bcecca68ac0dbb699254cfeb6a (diff)
downloadlariza-5a1bfe10330eddc884bd976707fea4aa341103e8.tar.gz
Makefile: Do not install hints.js as executable
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717d1ca..ac21403 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ install: all installdirs
$(DESTDIR)$(man1dir)/$(__NAME__).usage.1
$(INSTALL_PROGRAM) we_adblock.so \
$(DESTDIR)$(libdir)/$(__NAME__)/web_extensions/we_adblock.so
- $(INSTALL_PROGRAM) user-scripts/hints.js \
+ $(INSTALL_DATA) user-scripts/hints.js \
$(DESTDIR)$(datadir)/$(__NAME__)/user-scripts/hints.js
installdirs: