diff --git a/src/Makefile b/src/Makefile index a7f362a..3affc65 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)