diff --git a/libs/libdlna/Makefile b/libs/libdlna/Makefile index 39767b3ff..26beee4a0 100644 --- a/libs/libdlna/Makefile +++ b/libs/libdlna/Makefile @@ -57,6 +57,7 @@ TARGET_CFLAGS += $(FPIC) define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INSTALL="install" \ all install endef diff --git a/multimedia/ushare/Makefile b/multimedia/ushare/Makefile index 6c7c865a7..e651f21f8 100644 --- a/multimedia/ushare/Makefile +++ b/multimedia/ushare/Makefile @@ -55,6 +55,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INSTALL="install" \ all install endef