Changeset 25080 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2009 11:36:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r24967 r25080 37 37 CONFIG_DIR="/var/lib/VBoxGuestAdditions" 38 38 CONFIG="config" 39 40 # Check architecture 41 cpu=`uname -m`; 42 case "$cpu" in 43 i[3456789]86|x86) 44 cpu="x86" 45 LIB="/usr/lib" 46 ;; 47 x86_64|amd64) 48 cpu="amd64" 49 LIB="/usr/lib64" 50 ;; 51 esac 39 52 40 53 # Find the version of X installed … … 261 274 echo "VirtualBox Guest Additions installation, Window System and desktop setup" > $LOG 262 275 begin "Installing the Window System drivers" 263 if [ "$ARCH" = "amd64" ]264 then265 LIB=/usr/lib64266 else267 LIB=/usr/lib268 fi269 276 lib_dir="$LIB/VBoxGuestAdditions" 270 277 share_dir="/usr/share/VBoxGuestAdditions"
Note:
See TracChangeset
for help on using the changeset viewer.