[Buildroot] [PATCH 06/17] i2c-tools: ensure binaries are installed in the right place

Peter Korsgaard jacmet at uclibc.org
Sun Dec 12 23:00:20 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> On Wed,  8 Dec 2010 10:53:58 +0100
 Thomas> llandwerlin at gmail.com wrote:

 >> define I2C_TOOLS_INSTALL_TARGET_CMDS
 >> +	$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin

 Thomas> In some packages you're doing mkdir -p, in others $(INSTALL) -m 755 -d.
 Thomas> Maybe we should standardize on one or the other ?

Actually, the nicest would imho be to use install -D (E.G. create parent
dirs if not available).

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list