VirtualBox

Changeset 82935 in vbox


Ignore:
Timestamp:
Jan 30, 2020 7:16:39 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135933
Message:

Repack scripts: modification for r135668 which caused some issues during scripts execution. GA repack dir now is repackadd instead of repack ?bugref:9587

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r82767 r82935  
    242242INSTALLS += RePackScriptsAdd
    243243RePackScriptsAdd_TEMPLATE = DUMMY
    244 RePackScriptsAdd_INST = repack/add/
     244RePackScriptsAdd_INST = repackadd/
    245245RePackScriptsAdd_INSTTYPE = stage
    246246RePackScriptsAdd_SOURCES = \
     
    274274INSTALLS += RePackScriptsAddResources
    275275RePackScriptsAddResources_TEMPLATE = DUMMY
    276 RePackScriptsAddResources_INST = repack/add/resources/
     276RePackScriptsAddResources_INST = repackadd/resources/
    277277RePackScriptsAddResources_INSTTYPE = stage
    278278RePackScriptsAddResources_DIRS = Languages
  • trunk/src/VBox/Installer/win/Scripts/Combined-1-Prepare.cmd

    r82271 r82935  
    180180set _MY_REPACK_DIR_AMD64=%_MY_OPT_UNTAR_DIR%\win.amd64\%_MY_OPT_BUILD_TYPE%\repack
    181181set _MY_REPACK_DIR_X86=%_MY_OPT_UNTAR_DIR%\win.x86\%_MY_OPT_BUILD_TYPE%\repack
     182if ".%_MY_PACK_ADDITIONS%" == ".0" goto skip_additions_packing_options
     183set _MY_REPACK_DIR_AMD64=%_MY_OPT_UNTAR_DIR%\win.amd64\%_MY_OPT_BUILD_TYPE%\repackadd
     184set _MY_REPACK_DIR_X86=%_MY_OPT_UNTAR_DIR%\win.x86\%_MY_OPT_BUILD_TYPE%\repackadd
     185:skip_additions_packing_options
    182186if not exist "%_MY_REPACK_DIR_AMD64%"   goto error_amd64_repack_dir_not_found
    183187if not exist "%_MY_REPACK_DIR_X86%"     goto error_x86_repack_dir_not_found
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-RepackAdditions.cmd

    r82542 r82935  
    171171if not exist "%_MY_BINDIR_X86%"         goto error_x86_bindir_not_found
    172172
    173 set _MY_REPACK_DIR_AMD64=%_MY_OPT_UNTAR_DIR%\win.amd64\%_MY_OPT_BUILD_TYPE%\repack
    174 set _MY_REPACK_DIR_X86=%_MY_OPT_UNTAR_DIR%\win.x86\%_MY_OPT_BUILD_TYPE%\repack
     173set _MY_REPACK_DIR_AMD64=%_MY_OPT_UNTAR_DIR%\win.amd64\%_MY_OPT_BUILD_TYPE%\repackadd
     174set _MY_REPACK_DIR_X86=%_MY_OPT_UNTAR_DIR%\win.x86\%_MY_OPT_BUILD_TYPE%\repackadd
    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
Note: See TracChangeset for help on using the changeset viewer.

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