Changeset 42468 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Jul 31, 2012 6:53:42 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.