Remove hardcoded path for install binary

SVN-Revision: 3522
master
Florian Fainelli 19 years ago
parent 27d117058c
commit 8639e7dfb5
  1. 2
      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

Loading…
Cancel
Save