leo: fix some proprietary files
This commit is contained in:
parent
8b6688039d
commit
afda0ec08e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user