mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-17 17:37:11 +00:00
Makefile: Fix missing '-D' flag on OS X
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,8 +1,8 @@
|
|||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
RM ?= rm -f
|
RM ?= rm -f
|
||||||
INSTALL_DIR ?= install -m755 -d
|
INSTALL_DIR ?= install -m755 -d
|
||||||
INSTALL_PROG ?= install -m755 -D
|
INSTALL_PROG ?= install -m755
|
||||||
INSTALL_FILE ?= install -m644 -D
|
INSTALL_FILE ?= install -m644
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install Fetch
|
@echo Run \'make install\' to install Fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user