summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 15:58:20 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 16:08:50 +0200
commit245c2f29f2498c9d8df16324a81958f047aef0bb (patch)
tree54736abaf7544c3966894f4f4ffcec6a6bc35368 /extract-files.sh
parentadc1ab4d527c2ddf298edff8337e28731ab7267d (diff)
downloaddevice_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.zip
device_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.tar.gz
device_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.tar.bz2
common blob script cleanup
Change-Id: Ie03c5ac51f9f7728501f2999eb05e416f921b2fa
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 943c374..6e59852 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -23,7 +23,7 @@ COMMONBASE=../../../vendor/$VENDOR/$COMMON/common
DEVICEBASE=../../../vendor/$VENDOR/$COMMON/$DEVICE
echo "Pulling common files..."
-for FILE in `cat proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
+for FILE in `cat ../p5100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
DIR=`dirname $FILE`
if [ ! -d $COMMONBASE/$DIR ]; then
mkdir -p $COMMONBASE/$DIR