Mysterious EOF fix? (typo)
This commit is contained in:
parent
0566986308
commit
35e44fa64f
5
Makefile
5
Makefile
@ -3,7 +3,8 @@ all:
|
||||
install:
|
||||
cp cowfetch /usr/local/bin/
|
||||
mkdir -p /etc/cowfetch
|
||||
if [ ! -f /etc/cowfetch/logo.ascii ];
|
||||
thencp logo.ascii /etc/cowfetch/logo.ascii
|
||||
if [ ! -f /etc/cowfetch/logo.ascii ]; then
|
||||
|
||||
cp logo.ascii /etc/cowfetch/logo.ascii
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user