- Timestamp:
- Aug 12, 2008 3:08:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r11360 r11363 73 73 # don't grok for the sed class files 74 74 filelist_fixup prototype '$2 == "none"' '$5 = "root"; $6 = "bin"' 75 filelist_fixup prototype '$2 == "none"' '$3 = "opt/VirtualBox/"$3"="$3 '75 filelist_fixup prototype '$2 == "none"' '$3 = "opt/VirtualBox/"$3"="$3"' 76 76 77 77 # install the kernel module to the right place. … … 89 89 90 90 # webservice SMF manifest 91 filelist_fixup prototype '$3 == "opt/VirtualBox/virtualbox-webservice.xml=virtualbox-webservice.xml"' '$3 = "var/svc/manifest/application/virtualbox/webservice.xml=virtualbox-webservice.xml '91 filelist_fixup prototype '$3 == "opt/VirtualBox/virtualbox-webservice.xml=virtualbox-webservice.xml"' '$3 = "var/svc/manifest/application/virtualbox/webservice.xml=virtualbox-webservice.xml"' 92 92 93 93 # explicitly set timestamp to shutup warning
Note:
See TracChangeset
for help on using the changeset viewer.