Changeset 79909 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jul 21, 2019 2:33:06 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r76972 r79909 133 133 # Exclude directories to not cause install-time conflicts with existing system directories 134 134 cd "$PKG_BASE_DIR" 135 find . ! -type d | $VBOX_GGREP -v - E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.depend|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype135 find . ! -type d | $VBOX_GGREP -v -wE 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|checkinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.depend|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype 136 136 137 137 # Include opt/VirtualBox and subdirectories as we want uninstall to clean up directory structure.
Note:
See TracChangeset
for help on using the changeset viewer.