Changeset 1089 in MondoRescue


Ignore:
Timestamp:
Feb 3, 2007, 1:21:11 AM (17 years ago)
Author:
Bruno Cornec
Message:

typo in install.sh for mindi

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/install.sh

    r1080 r1089  
    125125install -m 644 ChangeLog COPYING README README.busybox README.ia64 README.pxe TODO INSTALL svn.log $DOCDIR
    126126
    127 if [ "_$PREFIX" = "_" && ! -f $locallib/mindi/rootfs/bin/busybox ]; then
     127if [ "_$PREFIX" = "_" ] && [ ! -f $locallib/mindi/rootfs/bin/busybox ]; then
    128128        echo "WARNING: no busybox found, mindi will not work on this arch ($ARCH)"
    129129fi
Note: See TracChangeset for help on using the changeset viewer.