aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2015-07-18 20:47:20 -0400
committerChristopher R. Palmer <crpalmer@gmail.com>2015-07-21 20:37:00 -0400
commite53f4bf9f64bcfa4670db47b9546c90162a7e3d3 (patch)
tree0646eedcbd2e6001a0ab48d4351bdaf2cad33b22 /extract-files.sh
parentb8d73a765159d784063c522df1d300c1d8bd25bf (diff)
Rename fhd to Z00A
Change-Id: I6625b8888e73d78ccaa01963d24df106e9962906
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 7bc3201..64e5be0 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#set -e
-export DEVICE=moorefield/fhd
+export DEVICE=Z00A
export VENDOR=asus
if [ $# -eq 0 ]; then
@@ -20,7 +20,7 @@ else
fi
fi
-BASE=../../../../vendor/$VENDOR/$DEVICE/proprietary
+BASE=../../../vendor/$VENDOR/$DEVICE/proprietary
rm -rf $BASE/*
for FILE in `egrep -v '(^#|^$)' proprietary-files.txt`; do