From: Florian Fainelli Date: Tue, 28 Mar 2006 15:04:26 +0000 (+0000) Subject: Remove hardcoded path for install binary X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=58c33de29d3f370161e6c178d5f221248ebc36f6;ds=sidebyside Remove hardcoded path for install binary SVN-Revision: 3522 --- diff --git a/openwrt/package/ustl/files/Common.mk b/openwrt/package/ustl/files/Common.mk index dea71e1158..fbfc6eb631 100644 --- a/openwrt/package/ustl/files/Common.mk +++ b/openwrt/package/ustl/files/Common.mk @@ -9,7 +9,7 @@ LD = $(CROSS)gcc AR = $(CROSS)ar RANLIB = $(CROSS)ranlib DOXYGEN = echo -INSTALL = /usr/bin/install +INSTALL = install RM = rm -f LN = ln -sf