From c2371ce1a2038843e468a92c70d30f51519d7aca Mon Sep 17 00:00:00 2001 From: Narrat Date: Tue, 23 Feb 2016 03:12:25 +0100 Subject: [PATCH] Makefile need Tabs Partially reverts my previous commit --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 81f83ee..96fa97e 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ ifndef PREFIX endif install: - install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass - install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass - 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 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass + install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass + 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