From: florian Date: Tue, 28 Mar 2006 15:04:26 +0000 (+0000) Subject: Remove hardcoded path for install binary X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/531057d5cdec5f4fc3b306e8c061d4512c77b6f6?ds=inline Remove hardcoded path for install binary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3522 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/ustl/files/Common.mk b/openwrt/package/ustl/files/Common.mk index dea71e115..fbfc6eb63 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