aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordylan <dylan.araps@gmail.com>2020-07-05 07:09:55 +0300
committerGitHub <noreply@github.com>2020-07-05 07:09:55 +0300
commit8fa69a528ce9ec6537bfe5826c4ec1e434651b44 (patch)
tree9a5d58102a84a0d2d2f2e40603983f593303c660
parente18a0959ab98b963744755ec4687e59dc11db3c5 (diff)
parent06ccd3d0b042ce41011fafd5172e54b4f4d4085a (diff)
downloadpfetch-8fa69a528ce9ec6537bfe5826c4ec1e434651b44.tar.gz
Merge pull request #64 from depsterr/master
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