From dc7ad36de2c9b3fa7408f6a9dd7b11d0304fdb1e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 24 Sep 2008 05:21:55 +0000 Subject: [PATCH] [packages] fix libdlna & ushare build on systems where the 'install' command is not at its usual location (on arch linux, thanks to Yanira for reporting) SVN-Revision: 12678 --- libs/libdlna/Makefile | 1 + multimedia/ushare/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/libdlna/Makefile b/libs/libdlna/Makefile index 39767b3ff0..26beee4a0a 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 6c7c865a78..e651f21f8a 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 -- 2.30.2