comparison sources/sections/toybox.build @ 1747:cb28b1d437b2 draft

Toybox 0.5.2.
author Rob Landley <rob@landley.net>
date Wed, 04 Mar 2015 22:02:37 -0600
parents 59c1495d5b5e
children acaa88463c0c
comparison
equal deleted inserted replaced
1746:5f84cad1fdc9 1747:cb28b1d437b2
19 ln -sf {$ARCH:+/usr/bin/}toybox "$STAGE_DIR/${ARCH:+sbin/}oneit" || dienow 19 ln -sf {$ARCH:+/usr/bin/}toybox "$STAGE_DIR/${ARCH:+sbin/}oneit" || dienow
20 fi 20 fi
21 21
22 if [ ! -z "$SKIP_STRIP" ] 22 if [ ! -z "$SKIP_STRIP" ]
23 then 23 then
24 cp toybox_unstripped "$INSTDIR/toybox" || dienow 24 cp --remove-destination toybox_unstripped "$INSTDIR/toybox" || dienow
25 fi 25 fi