HomeSort by relevance Sort by last modified time
    Searched refs:ONE_FILE (Results 1 - 7 of 7) sorted by null

  /device/asus/deb/self-extractors/
generate-packages.sh 246 for ONE_FILE in $TO_EXTRACT
248 echo \ \ \ \ Extracting $ONE_FILE
249 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
250 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
252 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/asus/flo/self-extractors/
generate-packages.sh 240 for ONE_FILE in $TO_EXTRACT
242 echo \ \ \ \ Extracting $ONE_FILE
243 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
244 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
246 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/asus/grouper/self-extractors/
generate-packages.sh 196 for ONE_FILE in $TO_EXTRACT
198 echo \ \ \ \ Extracting $ONE_FILE
199 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
200 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
202 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/asus/tilapia/self-extractors/
generate-packages.sh 175 for ONE_FILE in $TO_EXTRACT
177 echo \ \ \ \ Extracting $ONE_FILE
178 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
179 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
181 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 236 for ONE_FILE in $TO_EXTRACT
238 echo \ \ \ \ Extracting $ONE_FILE
239 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
240 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
242 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/lge/mako/self-extractors/
generate-packages.sh 221 for ONE_FILE in $TO_EXTRACT
223 echo \ \ \ \ Extracting $ONE_FILE
224 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
225 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
227 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
  /device/samsung/manta/self-extractors/
generate-packages.sh 110 for ONE_FILE in $TO_EXTRACT
112 echo \ \ \ \ Extracting $ONE_FILE
113 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
114 if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
116 chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE

Completed in 25 milliseconds