summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 15:57:50 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 16:07:30 +0200
commit86c69194a0e10baae13f48d70bb5cb321b5c31cc (patch)
tree0a6b626bc136f8ea8ce4f2e79ac4565a4367a95a /extract-files.sh
parent5271d35192bbafda607cdde0a1f51320b8301cdc (diff)
downloaddevice_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.zip
device_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.tar.gz
device_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.tar.bz2
common blob script cleanup
Change-Id: If3cde312577c51f1f26722c0da566e859b23283d
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 562c507..a0206de 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 ../p3100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
DIR=`dirname $FILE`
if [ ! -d $COMMONBASE/$DIR ]; then
mkdir -p $COMMONBASE/$DIR