summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
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