VirtualBox

vbox的更動 60114 路徑 trunk/src/VBox/Installer


忽略:
時間撮記:
2016-3-21 上午11:19:06 (9 年 以前)
作者:
vboxsync
訊息:

Installer/linux: append the symlinks to the list of files to be removed during uninstall

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Installer/linux/install.sh

    r60113 r60114  
    330330    if [ -d "$INSTALLATION_DIR/legacy" ]; then
    331331        if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"; then
    332             ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
     332            for f in `ls -1 $INSTALLATION_DIR/legacy/`; do
     333                ln -s $INSTALLATION_DIR/legacy/$f $INSTALLATION_DIR/$f
     334                echo $INSTALLATION_DIR/$f >> $CONFIG_DIR/$CONFIG_FILES
     335            done
    333336        fi
    334337    fi
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette