Home | History | Annotate | Download | only in self-extractors

Lines Matching refs:COMPANY

43 for COMPANY in asus broadcom qcom
45 echo Processing files from $COMPANY
47 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary
50 case $COMPANY in
259 echo \ \ Setting up $COMPANY-specific makefiles
260 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
264 SCRIPT=extract-$COMPANY-$DEVICE.sh
266 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
268 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
270 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
274 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz