Changeset 2927 for ipk/runipk.sh
- Timestamp:
- Apr 15, 2010, 4:18:07 PM (16 years ago)
- File:
-
- 1 edited
-
ipk/runipk.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/runipk.sh
r2923 r2927 10 10 SVNPORT=$5 11 11 MAKETYPE=$6 12 13 if [ `which ipkg-build | wc -l` -eq 0 ]; then 14 echo "[make-flash] install ipkg-build this is in ipkg-utils-050831.tgz" 15 exit 16 elif [ `which ipkg-make-index | wc -l` -eq 0 ] && [ "$SWTYPE" = "enigma2" ] ; then 17 echo "[make-flash] install ipkg-make-index this is in ipkg-utils-050831.tgz" 18 exit 19 elif [ `which gzip | wc -l` -eq 0 ]; then 20 echo "[make-flash] install gzip | apt-get install gzip" 21 exit 22 elif [ `which wput | wc -l` -eq 0 ]; then 23 echo "[make-flash] install wput | apt-get install wput v0.6.2" 24 exit 25 fi 12 26 13 27 if [ $# -ne 6 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)