Changeset 82729 in vbox
- Timestamp:
- Jan 13, 2020 4:54:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r82608 r82729 242 242 INSTALLS += RePackScriptsAdd 243 243 RePackScriptsAdd_TEMPLATE = DUMMY 244 RePackScriptsAdd_INST = repack/ 244 RePackScriptsAdd_INST = repack/add/ 245 245 RePackScriptsAdd_INSTTYPE = stage 246 246 RePackScriptsAdd_SOURCES = \ … … 253 253 INSTALLS += RePackScriptsAddResources 254 254 RePackScriptsAddResources_TEMPLATE = DUMMY 255 RePackScriptsAddResources_INST = repack/ resources/255 RePackScriptsAddResources_INST = repack/add/resources/ 256 256 RePackScriptsAddResources_INSTTYPE = stage 257 257 RePackScriptsAddResources_SOURCES = \ … … 280 280 INSTALLS += RePackScriptsAddResourcesLanguages 281 281 RePackScriptsAddResourcesLanguages_TEMPLATE = DUMMY 282 RePackScriptsAddResourcesLanguages_INST = repack/ resources/Languages/282 RePackScriptsAddResourcesLanguages_INST = repack/add/resources/Languages/ 283 283 RePackScriptsAddResourcesLanguages_INSTTYPE = stage 284 284 RePackScriptsAddResourcesLanguages_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.