Changeset 38093 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 21, 2011 12:45:30 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73042
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/Makefile.kmk
r38001 r38093 30 30 31 31 VBox-python-glue-installer_INST = $(INST_SDK)/installer/ 32 VBox-python-glue-installer_MODE = a+r,u+w 32 33 VBox-python-glue-installer_SOURCES = vboxapisetup.py 33 34 -
trunk/src/VBox/Installer/common/vboxapisetup.py
r33735 r38093 1 # 1 2 # Copyright (C) 2009 Oracle Corporation 2 3 # -
trunk/src/VBox/Installer/linux/VBox.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/VBoxCreateUSBNode.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/testcase/Makefile.kmk
r38001 r38093 27 27 28 28 $$(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh: \ 29 $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \30 $(PATH_SUB_CURRENT)/../installer-utils.sh \31 | $$(dir $$@)29 $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \ 30 $(PATH_SUB_CURRENT)/../installer-utils.sh \ 31 | $$(dir $$@) 32 32 $(QUIET)$(SED) \ 33 -e '/#include installer-utils.sh/ {' \ 34 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-utils.sh" \ 35 -e 'd' \ 36 -e '}' \ 37 --output $@ \ 38 $< 33 -e '/#include installer-utils.sh/ {' \ 34 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-utils.sh" \ 35 -e 'd' \ 36 -e '}' \ 37 --output $@ \ 38 $< 39 $(QUIET)$(CHMOD) a+rx,u+w $@ 39 40 40 41 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.