Changeset 21471 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Jul 10, 2009 9:42:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r19170 r21471 63 63 echo 'i copyright=./vboxguest.copyright' >> prototype 64 64 fi 65 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vboxguest.pkginfo|postinstall.sh|preremove.sh|vboxguest.space|vboxguest. copyright' | pkgproto >> prototype65 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vboxguest.pkginfo|postinstall.sh|preremove.sh|vboxguest.space|vboxguest.depend|vboxguest.copyright' | pkgproto >> prototype 66 66 67 67 # don't grok for the class files
Note:
See TracChangeset
for help on using the changeset viewer.