Changeset 937 in MondoRescue
- Timestamp:
- Nov 17, 2006, 12:07:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/install.sh
r936 r937 61 61 echo $ARCH | grep -E '^x86_64$' &> /dev/null && locallib=$local/lib64 62 62 echo $ARCH | grep -E '^ia64$' &> /dev/null && locallib=$local/lib 63 sublocallib= $locallib63 sublocallib="$locallib/mindi" 64 64 else 65 65 locallib=${HEAD}$LIBDIR 66 sublocallib= $LIBDIR66 sublocallib="$LIBDIR/mindi" 67 67 fi 68 68
Note:
See TracChangeset
for help on using the changeset viewer.