Changeset 11962 in vbox for trunk/src/VBox/Installer/solaris/vbi
- Timestamp:
- Sep 2, 2008 8:16:19 AM (16 years ago)
- Location:
- trunk/src/VBox/Installer/solaris/vbi
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vbi/makepackage.sh
r9175 r11962 54 54 cd "$1" 55 55 echo 'i pkginfo=./vboxkern.pkginfo' > prototype 56 echo 'i preremove=./preremove.sh' >> prototype 56 57 if test -f "./vbox.copyright"; then 57 58 echo 'i copyright=./vbox.copyright' >> prototype 58 59 fi 59 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh| vboxkern.pkginfo|vbox.copyright' | pkgproto >> prototype60 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh|preremove.sh|vboxkern.pkginfo|vbox.copyright' | pkgproto >> prototype 60 61 61 62 $VBOX_AWK 'NF == 6 && $2 == "none" { $5 = "root"; $6 = "sys" } { print }' prototype > prototype2
Note:
See TracChangeset
for help on using the changeset viewer.