From b94a57275a4d92a9ff2b572ab4d2b3351fe53f19 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Wed, 17 Sep 2014 12:52:34 -0700 Subject: [PATCH] d851: Fix extract-files path --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.sh b/extract-files.sh index e0bffbd..8ca0627 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -4,4 +4,4 @@ set -e export VENDOR=lge export DEVICE=d851 -./../../$VENDOR/klte-common/extract-files.sh $@ +./../../$VENDOR/g3-common/extract-files.sh $@