diff --git a/src/Makefile b/src/Makefile index 60a0cb4..d3f728f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ debug: $(CC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS) install: - install -d $(BINDIR) + install -d $(DESTDIR)$(BINDIR) install -m 755 $(TARGET) $(DESTDIR)$(BINDIR) uninstall: