Skip to content

Commit 7695e7f

Browse files
authored
Merge pull request #208 from llly/fix_logic_deb
Fix libsgx-pce-logic and libsgx-qe3-logic deb installer
2 parents 82662a5 + c7e8b36 commit 7695e7f

File tree

2 files changed

+0
-2
lines changed
  • QuoteGeneration/installer/linux/common

2 files changed

+0
-2
lines changed

QuoteGeneration/installer/linux/common/libsgx-pce-logic/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ default:
4141
install: $(PACKAGES)
4242

4343
$(PACKAGES):
44-
install -d $(shell readlink -m $(DESTDIR)/$@)
4544
$(if $(wildcard $(PACKAGE_ROOT_FOLDER)/$@/$(LIB_DIR)/*.so), \
4645
install -d $(shell readlink -m $(DESTDIR)/$(USR_LIB_PATH)) && \
4746
mv $(PACKAGE_ROOT_FOLDER)/$@/$(LIB_DIR)/*.so $(DESTDIR)/$(USR_LIB_PATH))

QuoteGeneration/installer/linux/common/libsgx-qe3-logic/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ default:
4141
install: $(PACKAGES)
4242

4343
$(PACKAGES):
44-
install -d $(shell readlink -m $(DESTDIR)/$@)
4544
$(if $(wildcard $(PACKAGE_ROOT_FOLDER)/$@/$(LIB_DIR)/*.so), \
4645
install -d $(shell readlink -m $(DESTDIR)/$(USR_LIB_PATH)) && \
4746
mv $(PACKAGE_ROOT_FOLDER)/$@/$(LIB_DIR)/*.so $(DESTDIR)/$(USR_LIB_PATH))

0 commit comments

Comments
 (0)