Skip to content

Commit c7e8b36

Browse files
committed
Fix libsgx-pce-logic and libsgx-qe3-logic deb installer
Remove unused empty folder in root folder. Signed-off-by: Li, Xun <xun.li@intel.com>
1 parent 82662a5 commit c7e8b36

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)