diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-21 16:26:57 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-21 16:26:57 +0200 |
commit | edeed6cbfe338a624ba000fb166df58e2abcef1b (patch) | |
tree | d69bb9fb655402f7ae65bea675825e82b812171b /Makefile | |
parent | 7be7f2a900501183ab4e1faea0be437a2d6cc905 (diff) | |
download | rofi-pass-edeed6cbfe338a624ba000fb166df58e2abcef1b.tar.gz |
fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,5 +8,3 @@ 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 |