Changeset 38001 in vbox for trunk/src/VBox
- Timestamp:
- Jul 18, 2011 10:16:11 AM (13 years ago)
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/Makefile.kmk
r28800 r38001 29 29 INSTALLS += VBox-python-glue-installer 30 30 31 VBox-python-glue-installer_INST = $(INST_SDK)/installer 31 VBox-python-glue-installer_INST = $(INST_SDK)/installer/ 32 32 VBox-python-glue-installer_SOURCES = vboxapisetup.py 33 33 -
trunk/src/VBox/Installer/linux/Makefile.kmk
r37882 r38001 100 100 101 101 INSTALLS += linux-icons 102 linux-icons_INST = bin/icons 102 linux-icons_INST = bin/icons/ 103 103 linux-icons_MODE = a+r,u+w 104 104 linux-icons_SOURCES = $(VBOX_MIME_ICONS) $(VBOX_DESKTOP_ICONS) -
trunk/src/VBox/Installer/linux/testcase/Makefile.kmk
r37088 r38001 21 21 INSTALLS += tstInstallerLinux 22 22 TESTING += tstInstallerLinux 23 tstInstallerLinux_INST = bin/testcase23 tstInstallerLinux_INST = $(INST_TESTCASE) 24 24 tstInstallerLinux_MODE = a+rx,u+w 25 25 tstInstallerLinux_SOURCES = $(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh
Note:
See TracChangeset
for help on using the changeset viewer.