Fixed Makefile install

This commit is contained in:
wiire-a 2017-12-03 21:06:38 +01:00
parent 267d1fbabc
commit 3d4d56ed0b

View File

@ -24,7 +24,7 @@ debug:
install:
install -d $(DESTDIR)$(BINDIR)
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
uninstall:
rm -f $(DESTDIR)$(BINDIR)/$(TARGET)