Changeset 149

Show
Ignore:
Timestamp:
06/19/06 02:46:23 (6 years ago)
Author:
tg
Message:

/usr/mpkg/bin/bash: /home/tg/Misc/FreeWRT/staging_dir_mipsel/usr/bin/ipkg-make-index: /usr/bin/python: bad interpreter: No such file or directory

"we must get rid of this, it's creepy" wbx@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r145 r149  
    186186fi 
    187187 
     188if ! which python >/dev/null 2>&1; then 
     189        echo You must install Python to continue, sorry. 
     190        exit 1 
     191fi 
     192 
    188193 
    189194cd $topdir