diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:40:04 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-03-14 11:40:04 +0100 |
commit | 5a1bfe10330eddc884bd976707fea4aa341103e8 (patch) | |
tree | 018da80b5a36243112b1924ec180162261b08b9e /Makefile | |
parent | 92fea71bc18ec6bcecca68ac0dbb699254cfeb6a (diff) | |
download | lariza-5a1bfe10330eddc884bd976707fea4aa341103e8.tar.gz |
Makefile: Do not install hints.js as executable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |