leo: fix some proprietary files

This commit is contained in:
Arif Ali 2011-10-31 21:47:31 +00:00
parent 8b6688039d
commit afda0ec08e
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do
if [ ! -d $BASE/$DIR ]; then
mkdir -p $BASE/$DIR
fi
cp $STAGESYS/$FILE -d $BASE
cp $STAGESYS/$FILE $BASE/$FILE
done
./setup-makefiles.sh

View File

@ -26,7 +26,7 @@ for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do
if [ ! -d $BASE/$DIR ]; then
mkdir -p $BASE/$DIR
fi
unzip -j -o ../../../${DEVICE}_update.zip system/$FILE -d $BASE
unzip -j -o ../../../${DEVICE}_update.zip system/$FILE -d $BASE/$DIR
done
./setup-makefiles.sh