Changeset 2930 for ipk/runipk.sh


Ignore:
Timestamp:
Apr 15, 2010, 4:21:38 PM (16 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/runipk.sh

    r2929 r2930  
    1212
    1313if [ `which ipkg-build | wc -l` -eq 0 ]; then
    14         echo "[make-flash] install ipkg-build this is in ipkg-utils-050831.tgz"
     14        echo "[make-flash] install ipkg-build from http://www.handhelds.org/pub/packages/ipkg-utils/ipkg-utils-050831.tar.gz"
    1515        exit
    1616elif [ `which ipkg-make-index | wc -l` -eq 0 ]; then
    17         echo "[make-flash] install ipkg-make-index this is in ipkg-utils-050831.tgz"
     17        echo "[make-flash] install ipkg-make-index from http://www.handhelds.org/pub/packages/ipkg-utils/ipkg-utils-050831.tar.gz"
    1818        exit
    1919elif [ `which gzip | wc -l` -eq 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.