summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-29 22:49:37 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-29 22:49:37 +0200
commit4b1439c9e049a23b29a3a92adc00596a385e4750 (patch)
treed93303bbc33afa99cd34852eb925c003ba6003c3
parent611c440a437e7e67dfd66dcd43cb78ce1345faa7 (diff)
downloaddevice_samsung_i9300-4b1439c9e049a23b29a3a92adc00596a385e4750.zip
device_samsung_i9300-4b1439c9e049a23b29a3a92adc00596a385e4750.tar.gz
device_samsung_i9300-4b1439c9e049a23b29a3a92adc00596a385e4750.tar.bz2
extract: fix path for cbd
-rw-r--r--proprietary-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/proprietary-files.sh b/proprietary-files.sh
index e681847..216e1c8 100644
--- a/proprietary-files.sh
+++ b/proprietary-files.sh
@@ -24,7 +24,7 @@ mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
adb root
sleep 3
-adb pull /sbin/cbd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/root/sbin/cbd
+adb pull /sbin/cbd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/sbin/cbd
adb pull /system/bin/bcm4334.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/bin/bcm4334.hcd
adb pull /system/bin/bcm4334_murata.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/bin/bcm4334_murata.hcd
adb pull /system/bin/bcm4334_semcosh.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/bin/bcm4334_semcosh.hcd