Changeset 35204 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Dec 16, 2010 5:59:42 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69044
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r34679 r35204 354 354 test -e $INSTALLATION_DIR/VBoxHeadless && chmod 4511 $INSTALLATION_DIR/VBoxHeadless 355 355 test -e $INSTALLATION_DIR/VBoxNetDHCP && chmod 4511 $INSTALLATION_DIR/VBoxNetDHCP 356 test -e $INSTALLATION_DIR/VBoxExtPackHelperApp && chmod 4511 $INSTALLATION_DIR/VBoxExtPackHelperApp357 356 358 357 ln -sf $INSTALLATION_DIR/VBoxVMM.so $INSTALLATION_DIR/components/VBoxVMM.so -
trunk/src/VBox/Installer/solaris/makepackage.sh
r35054 r35204 208 208 || $3 == "opt/VirtualBox/amd64/VBoxNetDHCP" \ 209 209 || $3 == "opt/VirtualBox/i386/VBoxNetDHCP" \ 210 || $3 == "opt/VirtualBox/amd64/VBoxExtPackHelperApp" \211 || $3 == "opt/VirtualBox/i386/VBoxExtPackHelperApp" \212 210 ) \ 213 211 { $4 = "4755" } { print }' prototype > prototype2
Note:
See TracChangeset
for help on using the changeset viewer.