mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
Makefile: removed space between m flag and mode because of portability
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ all:
|
|||||||
@echo RUN \'make install\' to install pfetch
|
@echo RUN \'make install\' to install pfetch
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@install -Dm 755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
|
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
|
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user