diff --git a/slsDetectorSoftware/slsDetectorClient/Makefile b/slsDetectorSoftware/slsDetectorClient/Makefile index 9e67912a7..ced48350a 100644 --- a/slsDetectorSoftware/slsDetectorClient/Makefile +++ b/slsDetectorSoftware/slsDetectorClient/Makefile @@ -41,7 +41,7 @@ clean: -install_sls_detector: all +install: all $(shell test -d $(DESTDIR) || mkdir -p $(DESTDIR)) cp -P $(BIN)/sls_detector_put $(DESTDIR) cp -P $(BIN)/sls_detector_get $(DESTDIR)