From 473ce8e4284ce58579649f67d2843b1ac3eee9dd Mon Sep 17 00:00:00 2001 From: mochangming Date: Tue, 7 Aug 2012 16:01:27 +0800 Subject: [PATCH] correct customize_framework-res.sh Change-Id: I69c9ed087980fb23d3038eb636238f558f1307a1 --- customize_framework-res.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize_framework-res.sh b/customize_framework-res.sh index b0d6d81c..a7a04132 100755 --- a/customize_framework-res.sh +++ b/customize_framework-res.sh @@ -4,12 +4,12 @@ # $2: dir for target framework-res # -if [ `basename $1` = "drawable-hdpi" -o `basename $1` = "drawable-xhdpi" ];then +if [ `basename $1` = "drawable-hdpi" ];then restype=`basename $1` for file in `find "$1"` do newfile=`basename $file` - newfile1=`echo $newfile | sed -e "s/^/zzzhtc_/"` + newfile1=`echo $newfile | sed -e "s/^/zhtc_/"` targetfile="$2/$restype/$newfile1" if [ -f $targetfile ] then