From: nico Date: Wed, 24 Sep 2008 05:21:55 +0000 (+0000) Subject: [packages] fix libdlna & ushare build on systems where the 'install' command is not... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2250517c26e3ba08fd7d7f6de227d2dc88297377;p=packages.git [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) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12678 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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