Bladeren bron

Merge branch 'install-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

Peter Korsgaard 16 jaren geleden
bovenliggende
commit
37cea19340
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      package/Makefile.in

+ 1 - 1
package/Makefile.in

@@ -181,7 +181,7 @@ ifeq ($(BR2_STRIP_none),y)
 TARGET_STRIP=true -Not_stripping
 STRIPCMD=$(TARGET_STRIP)
 endif
-INSTALL=/usr/bin/install
+INSTALL=$(shell which install || type -p install)
 FLEX:=$(shell which flex || type -p flex)
 BISON:=$(shell which bison || type -p bison)