aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd750f2..6ec291d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
@echo RUN \'make install\' to install pfetch
install:
- @install -Dm 755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
+ @install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch