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.lede-project.org./?a=commitdiff_plain;h=8639e7dfb5e2afeb51605c630271aecfb04205df;p=openwrt%2Fstaging%2Frobimarko.git 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