From 3e707b39e3b260159efb272af1c73b39fea0499c Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 6 Jun 2015 13:25:22 +0200 Subject: update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3176b03..517f0dc 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ install: install -Dm644 config.example $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/config.example install -Dm644 README.md $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/README.md install -Dm644 config.example $(DESTDIR)/etc/rofi-pass.conf + install -Dm755 parsers/chromium $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/parsers/chromium + install -Dm755 parsers/firefox $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/parsers/firefox -- cgit