summaryrefslogtreecommitdiffstats
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 15:57:50 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-14 16:07:30 +0200
commit86c69194a0e10baae13f48d70bb5cb321b5c31cc (patch)
tree0a6b626bc136f8ea8ce4f2e79ac4565a4367a95a /setup-makefiles.sh
parent5271d35192bbafda607cdde0a1f51320b8301cdc (diff)
downloaddevice_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.zip
device_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.tar.gz
device_samsung_p3110-86c69194a0e10baae13f48d70bb5cb321b5c31cc.tar.bz2
common blob script cleanup
Change-Id: If3cde312577c51f1f26722c0da566e859b23283d
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 5dc628c..11debcb 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 ../p3100/proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}`
+for FILE in `cat ../p3100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
COUNT=`expr $COUNT - 1`
if [ $COUNT = "0" ]; then
LINEEND=""