]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/Makefile.in
Fixed installation.
[stg.git] / projects / stargazer / plugins / Makefile.in
index 49306854f97e534f2985c4d4bb577235a0b4cea7..70954a2a8aef74a5a38d89d021efce16f623632e 100644 (file)
@@ -28,7 +28,11 @@ clean:
 
 install: $(PROG)
        mkdir -m $(DIR_MODE) -p $(PREFIX)/usr/lib/stg
-       install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/stg/$(PROG)
+ifeq ($(DEBUG), yes)
+       install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/lib/stg/$(PROG)
+else
+       install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/lib/stg/$(PROG)
+endif
 
 uninstall:
        rm -f $(PREFIX)/usr/lib/stg/$(PROG)