diff options
| author | dylan <dylan.araps@gmail.com> | 2020-07-05 07:09:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-05 07:09:55 +0300 |
| commit | 8fa69a528ce9ec6537bfe5826c4ec1e434651b44 (patch) | |
| tree | 9a5d58102a84a0d2d2f2e40603983f593303c660 | |
| parent | e18a0959ab98b963744755ec4687e59dc11db3c5 (diff) | |
| parent | 06ccd3d0b042ce41011fafd5172e54b4f4d4085a (diff) | |
| download | pfetch-8fa69a528ce9ec6537bfe5826c4ec1e434651b44.tar.gz | |
Merge pull request #64 from depsterr/master
Makefile: removed space between m flag and mode because of portability
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
