aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordepsterr <depsterr@protonmail.com>2020-07-05 05:54:14 +0200
committerdepsterr <depsterr@protonmail.com>2020-07-05 05:54:14 +0200
commit06ccd3d0b042ce41011fafd5172e54b4f4d4085a (patch)
tree9a5d58102a84a0d2d2f2e40603983f593303c660
parente18a0959ab98b963744755ec4687e59dc11db3c5 (diff)
downloadpfetch-06ccd3d0b042ce41011fafd5172e54b4f4d4085a.tar.gz
Makefile: removed space between m flag and mode because of portability
-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