File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
QuoteGeneration/installer/linux/common Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ default:
41
41
install : $(PACKAGES )
42
42
43
43
$(PACKAGES ) :
44
- install -d $(shell readlink -m $(DESTDIR ) /$@ )
45
44
$(if $(wildcard $(PACKAGE_ROOT_FOLDER ) /$@ /$(LIB_DIR ) /* .so) , \
46
45
install -d $(shell readlink -m $(DESTDIR ) /$(USR_LIB_PATH ) ) && \
47
46
mv $(PACKAGE_ROOT_FOLDER ) /$@ /$(LIB_DIR ) /* .so $(DESTDIR ) /$(USR_LIB_PATH ) )
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ default:
41
41
install : $(PACKAGES )
42
42
43
43
$(PACKAGES ) :
44
- install -d $(shell readlink -m $(DESTDIR ) /$@ )
45
44
$(if $(wildcard $(PACKAGE_ROOT_FOLDER ) /$@ /$(LIB_DIR ) /* .so) , \
46
45
install -d $(shell readlink -m $(DESTDIR ) /$(USR_LIB_PATH ) ) && \
47
46
mv $(PACKAGE_ROOT_FOLDER ) /$@ /$(LIB_DIR ) /* .so $(DESTDIR ) /$(USR_LIB_PATH ) )
You can’t perform that action at this time.
0 commit comments