- Timestamp:
- Jun 7, 2006, 10:55:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mindi/install.sh
r519 r625 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" ]; then 114 if [ -e /etc/SuSE-release ]; then 115 rm -rf $DOCDIR 116 fi 117 118 # Special case for Debian family where doc is put elsewhere in the DEB 119 if [ -e /etc/debian_version ]; then 114 120 rm -rf $DOCDIR 115 121 fi
Note:
See TracChangeset
for help on using the changeset viewer.