From 2250517c26e3ba08fd7d7f6de227d2dc88297377 Mon Sep 17 00:00:00 2001 From: nico 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) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12678 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libdlna/Makefile | 1 + multimedia/ushare/Makefile | 1 + 2 files changed, 2 insertions(+) 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