[Buildroot] [PATCH 1/2] microperl: fix MICROPERL_INSTALL_TARGET_CMDS

Peter Korsgaard jacmet at uclibc.org
Wed Mar 28 06:28:57 UTC 2012


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

 Thomas> The MICROPERL_INSTALL_TARGET_CMDS used the following construct in a
 Thomas> for loop:

 Thomas> 		[ -d $(@D)/lib/$$j ] && cp -af $(@D)/lib/$$j \
 Thomas> 			$(TARGET_DIR)/$(MICROPERL_MODS_DIR) ; \
 Thomas> 		[ -f $(@D)/lib/$$i ] && $(INSTALL) -m 0644 -D $(@D)/lib/$$i \
 Thomas> 			$(TARGET_DIR)/$(MICROPERL_MODS_DIR)/$$i; \

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list