X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fmatrixssl%2FMakefile;fp=libs%2Fmatrixssl%2FMakefile;h=214fa66708acfee93f84fdf0b0d48cdd59bb53d3;hb=1120328d156b1dac991b04bb0a4dbda56257d2c9;hp=90c9d1807cec3b963d0542c0a4c11b886d48fb4b;hpb=c7be0ccb652972753a2a23e7dc37d364dd215f83;p=packages.git diff --git a/libs/matrixssl/Makefile b/libs/matrixssl/Makefile index 90c9d1807..214fa6670 100644 --- a/libs/matrixssl/Makefile +++ b/libs/matrixssl/Makefile @@ -39,11 +39,11 @@ define Build/Compile endef define Build/InstallDev - mkdir -p $(STAGING_DIR)/usr/include/matrixSsl - $(CP) $(PKG_BUILD_DIR)/matrixSsl.h $(STAGING_DIR)/usr/include/matrixSsl/ - ln -sf matrixSsl/matrixSsl.h $(STAGING_DIR)/usr/include/matrixSsl.h - mkdir -p $(STAGING_DIR)/usr/lib - $(CP) $(PKG_BUILD_DIR)/src/libmatrixssl.so* $(STAGING_DIR)/usr/lib/ + mkdir -p $(1)/usr/include/matrixSsl + $(CP) $(PKG_BUILD_DIR)/matrixSsl.h $(1)/usr/include/matrixSsl/ + ln -sf matrixSsl/matrixSsl.h $(1)/usr/include/matrixSsl.h + mkdir -p $(1)/usr/lib + $(CP) $(PKG_BUILD_DIR)/src/libmatrixssl.so* $(1)/usr/lib/ endef define Build/UninstallDev