Changeset 626 in MondoRescue for branches/stable
- Timestamp:
- Jun 7, 2006, 11:27:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/install.sh
r581 r626 38 38 # For the moment, we don't build specific x86_64 busybox binaries 39 39 echo $ARCH | grep -x "x86_64" &> /dev/null && ARCH=i386 && locallib=$local/lib64 40 echo $ARCH | grep -x "ia64" &> /dev/null && locallib=$local/lib 40 41 export ARCH 41 42 … … 111 112 112 113 # Special case for SuSE family where doc is put elsewhere in the RPM 113 if [ _"$dfam" = _"suse"]; then114 if [ -e /etc/SuSE-release ]; then 114 115 rm -rf $DOCDIR 115 116 fi 116 117 117 118 # Special case for Debian family where doc is put elsewhere in the DEB 118 if [ _"$dfam" = _"debian"]; then119 if [ -e /etc/debian_version ]; then 119 120 rm -rf $DOCDIR 120 121 fi
Note:
See TracChangeset
for help on using the changeset viewer.