VirtualBox

Changeset 83007 in vbox for trunk


Ignore:
Timestamp:
Feb 6, 2020 2:54:25 PM (5 years ago)
Author:
vboxsync
Message:

Repack scripts: Setting default signed packages names and using wget from KBUILD_DEVTOOLS bugref:9587

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-RepackAdditions.cmd

    r82968 r83007  
    175175if not exist "%_MY_REPACK_DIR_AMD64%"   goto error_amd64_repack_dir_not_found
    176176if not exist "%_MY_REPACK_DIR_X86%"     goto error_x86_repack_dir_not_found
     177
     178if not ".%_MY_OPT_SIGNED_AMD64%" == "." goto skip_set_default_amd64_signed
     179set _MY_OPT_SIGNED_AMD64="%_MY_OPT_OUTDIR%/VBoxDrivers-@VBOX_VERSION_STRING@r@[email protected]"
     180:skip_set_default_amd64_signed
     181
     182if not ".%_MY_OPT_SIGNED_X86%" == "." goto skip_set_default_x86_signed
     183set _MY_OPT_SIGNED_AMD64="%_MY_OPT_OUTDIR%/VBoxDrivers-@VBOX_VERSION_STRING@r@[email protected]"
     184:skip_set_default_x86_signed
    177185
    178186if not exist "%_MY_OPT_SIGNED_AMD64%"   goto error_signed_amd64_not_found
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette