Changeset 30697 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jul 7, 2010 9:46:22 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r30667 r30697 139 139 140 140 # Include opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure. 141 # Include usr/bin, because remote installs with symlinks when usr/bin/ doesn't need not fail.142 141 # Inlcude var/svc for manifest class action script does not create them. 143 find . -type d | $VBOX_GGREP -E 'opt/VirtualBox| usr/bin|var/svc/manifest/application/virtualbox' | pkgproto >> prototype142 find . -type d | $VBOX_GGREP -E 'opt/VirtualBox|var/svc/manifest/application/virtualbox' | pkgproto >> prototype 144 143 145 144 # fix up file permissions (owner/group)
Note:
See TracChangeset
for help on using the changeset viewer.