[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:
parent
993231d821
commit
2250517c26
@ -57,6 +57,7 @@ TARGET_CFLAGS += $(FPIC)
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
INSTALL="install" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
INSTALL="install" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user