Changeset 21603 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jul 15, 2009 11:33:26 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r21114 r21603 131 131 # Exclude directories to not cause install-time conflicts with existing system directories 132 132 cd "$PKG_BASE_DIR" 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 >> prototype133 find . ! -type d | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype 134 134 135 135 # Include only opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure as well
Note:
See TracChangeset
for help on using the changeset viewer.