[packages] fix libdlna & ushare build on systems where the 'install' command is not...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Sep 2008 05:21:55 +0000 (05:21 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Sep 2008 05:21:55 +0000 (05:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12678 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libdlna/Makefile
multimedia/ushare/Makefile

index 39767b3..26beee4 100644 (file)
@@ -57,6 +57,7 @@ TARGET_CFLAGS += $(FPIC)
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               INSTALL="install" \
                all install
 endef
 
index 6c7c865..e651f21 100644 (file)
@@ -55,6 +55,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               INSTALL="install" \
                all install
 endef