X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e82ec777fc54a172b8009125a65675080f24ce68..07ac36144ef37ef8be24827a77cc2b2b1912485d:/projects/sgconf/Makefile?ds=sidebyside

diff --git a/projects/sgconf/Makefile b/projects/sgconf/Makefile
index 4d62bb53..297d3e20 100644
--- a/projects/sgconf/Makefile
+++ b/projects/sgconf/Makefile
@@ -66,7 +66,11 @@ distclean: clean
 install: install-bin
 
 install-bin:
-	install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+ifeq ($(DEBUG), yes)
+	install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/bin/$(PROG)
+else
+	install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/bin/$(PROG)
+endif
 	$(MAKE) -C $(DIR_LIBSRC) install
 
 uninstall: uninstall-bin