Fix Makefile
This commit is contained in:
parent
cf0b593cef
commit
48708dcd1b
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -12,9 +12,7 @@ clean:
|
|||
-rm -f fetchy
|
||||
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f fetchy $(DESTDIR)$(PREFIX)/bin
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||
install fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||
|
||||
uninstall:
|
||||
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||
|
|
Loading…
Add table
Reference in a new issue