[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
This commit is contained in:
nico 2008-09-24 05:21:55 +00:00
parent 993231d821
commit 2250517c26
2 changed files with 2 additions and 0 deletions

View 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

View File

@ -55,6 +55,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
INSTALL="install" \
all install
endef