--- embedaddon/build.sh 2012/05/29 13:44:35 1.6.2.5 +++ embedaddon/build.sh 2012/05/29 14:14:06 1.6.2.6 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.6.2.5 2012/05/29 13:44:35 misho Exp $ +# $Id: build.sh,v 1.6.2.6 2012/05/29 14:14:06 misho Exp $ # CMD=$1 @@ -308,6 +308,7 @@ case $CMD in ${MK} ${MK} install # strip -s ${P}/bin/php + rm -f ${P}/bin/php strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;;