Changeset 9052 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- May 22, 2008 10:57:45 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r8320 r9052 46 46 echo 'i preremove=./preremove.sh' >> prototype 47 47 echo 'i space=./vboxguest.space' >> prototype 48 if test -f "./vboxguest.copyright"; then 49 echo 'i copyright=./vboxguest.copyright' >> prototype 50 fi 48 51 echo 'e sed /etc/devlink.tab ? ? ?' >> prototype 49 find . -print | $MY_GGREP -v -E 'prototype|makepackage.sh|vboxguest.pkginfo|postinstall.sh|preremove.sh|vboxguest.space ' | pkgproto >> prototype52 find . -print | $MY_GGREP -v -E 'prototype|makepackage.sh|vboxguest.pkginfo|postinstall.sh|preremove.sh|vboxguest.space|vboxguest.copyright' | pkgproto >> prototype 50 53 51 54 # don't grok for the sed class files
Note:
See TracChangeset
for help on using the changeset viewer.