Changeset 21114 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 1, 2009 12:24:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r20585 r21114 132 132 cd "$PKG_BASE_DIR" 133 133 find . ! -type d | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype 134 135 # Include only opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure as well 136 find . -type d | $VBOX_GGREP -E 'opt/VirtualBox' | pkgproto >> prototype 134 137 135 138 # fix up file permissions (owner/group)
Note:
See TracChangeset
for help on using the changeset viewer.