- 時間撮記:
- 2012-7-31 上午06:53:42 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r41698 r42468 84 84 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxClient 85 85 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxControl 86 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/vboxmslnk 86 87 87 88 # prepare file list … … 115 116 # Manifest class action scripts 116 117 filelist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox/vboxservice.xml"' '$2 = "manifest";$6 = "sys"' 118 filelist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox/vboxmslnk.xml"' '$2 = "manifest";$6 = "sys"' 117 119 118 120 # vboxguest 119 121 filelist_fixup prototype '$3 == "usr/kernel/drv/vboxguest"' '$6="sys"' 120 122 filelist_fixup prototype '$3 == "usr/kernel/drv/amd64/vboxguest"' '$6="sys"' 123 124 # vboxms 125 filelist_fixup prototype '$3 == "usr/kernel/drv/vboxms"' '$6="sys"' 126 filelist_fixup prototype '$3 == "usr/kernel/drv/amd64/vboxms"' '$6="sys"' 121 127 122 128 # Use 'root' as group so as to match attributes with the previous installation and prevent a conflict. Otherwise pkgadd bails out thinking
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器