Fix Makefile

This commit is contained in:
Петар Каприш 2021-05-26 21:35:16 +02:00
parent cf0b593cef
commit 48708dcd1b

View file

@ -12,9 +12,7 @@ clean:
-rm -f fetchy -rm -f fetchy
install: all install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin install fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
cp -f fetchy $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/fetchy
uninstall: uninstall:
-rm -f $(DESTDIR)$(PREFIX)/bin/fetchy -rm -f $(DESTDIR)$(PREFIX)/bin/fetchy