summaryrefslogtreecommitdiffstats
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 15:58:20 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 16:08:50 +0200
commit245c2f29f2498c9d8df16324a81958f047aef0bb (patch)
tree54736abaf7544c3966894f4f4ffcec6a6bc35368 /setup-makefiles.sh
parentadc1ab4d527c2ddf298edff8337e28731ab7267d (diff)
downloaddevice_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.zip
device_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.tar.gz
device_samsung_p5110-245c2f29f2498c9d8df16324a81958f047aef0bb.tar.bz2
common blob script cleanup
Change-Id: Ie03c5ac51f9f7728501f2999eb05e416f921b2fa
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 179e990..8b75338 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -44,8 +44,8 @@ PRODUCT_COPY_FILES += \\
EOF
LINEEND=" \\"
-COUNT=`cat proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}`
-for FILE in `cat proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
+COUNT=`cat ../p5100/proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}`
+for FILE in `cat ../p5100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
COUNT=`expr $COUNT - 1`
if [ $COUNT = "0" ]; then
LINEEND=""