From 3d4d56ed0b176cce9fe0cc3198486fa9f73bf954 Mon Sep 17 00:00:00 2001 From: wiire-a Date: Sun, 3 Dec 2017 21:06:38 +0100 Subject: [PATCH] Fixed Makefile install --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)