Changeset 16262 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Jan 27, 2009 12:46:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r16174 r16262 33 33 VBOX_LNX_INST_OUT_DIR := $(PATH_TARGET)/Installer/linux 34 34 VBOX_LNX_INST_STAGE_DIR := $(PATH_TARGET)/Installer/linux/install 35 VBOX_LNX_DBG_PATH := usr/lib/debug/opt/VirtualBox -$(VBOX_VERSION_STRING)35 VBOX_LNX_DBG_PATH := usr/lib/debug/opt/VirtualBox 36 36 VBOX_LNX_PACKAGE_NAME = VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).run 37 37 … … 83 83 $(QUIET)$(SED) -e "s+\$$VBOX_DOC_PATH+$(VBOX_PATH_PACKAGE_DOCS)+" --output $@ $< 84 84 else 85 $(QUIET)$(SED) -e "s+\$$VBOX_DOC_PATH+/opt/VirtualBox -$(VBOX_VERSION_STRING)+" --output $@ $<85 $(QUIET)$(SED) -e "s+\$$VBOX_DOC_PATH+/opt/VirtualBox+" --output $@ $< 86 86 endif 87 87
Note:
See TracChangeset
for help on using the changeset viewer.