Changeset 68061 in vbox
- Timestamp:
- Jul 20, 2017 10:59:07 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117092
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r67782 r68061 100 100 INST_ADDITIONS = $(INST_DIST)additions/ 101 101 INST_ADDITIONS_ISO = $(INST_BIN) 102 INST_UNATTENDED_TEMPLATES = $(INST_BIN)UnattendedTemplates/ 102 103 103 104 INST_VBOXDBG_SYMS = $(INST_VIRTUALBOX)Contents/Resources/VBoxDbgSyms/ … … 127 128 INST_ADDITIONS = $(INST_BIN)additions/ 128 129 INST_ADDITIONS_ISO = $(INST_ADDITIONS) 130 INST_UNATTENDED_TEMPLATES = $(INST_BIN)UnattendedTemplates/ 129 131 130 132 INST_LIB = lib/ -
trunk/src/VBox/Installer/linux/Makefile.kmk
r68060 r68061 526 526 archive/ExtensionPacks/VNC/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),) \ 527 527 archive/additions \ 528 $(if-expr defined(VBOX_UNATTENDED_TEMPLATES),archive/Unattended ,) \528 $(if-expr defined(VBOX_UNATTENDED_TEMPLATES),archive/UnattendedTemplates,) \ 529 529 install \ 530 530 $(if $(VBOX_WITH_DTRACE),\ -
trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk
r68058 r68061 24 24 # ../../Installer/Config.kmk must be updated too! 25 25 INSTALLS += VBoxUnattendedTemplates 26 VBoxUnattendedTemplates_INST = bin/UnattendedTemplates/26 VBoxUnattendedTemplates_INST = $(INST_UNATTENDED_TEMPLATES) 27 27 VBoxUnattendedTemplates_MODE = a+r,u+w 28 28 VBoxUnattendedTemplates_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.