diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-06-06 13:25:22 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-06-06 13:25:22 +0200 |
commit | 3e707b39e3b260159efb272af1c73b39fea0499c (patch) | |
tree | 6b5eaf18f0f3b711bf2f00f94e45de3bc2af4d77 /Makefile | |
parent | 2c00582d29f73f6f481aef7736c3d7726a419d4f (diff) | |
download | rofi-pass-3e707b39e3b260159efb272af1c73b39fea0499c.tar.gz |
update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |