Changeset 13245 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 14, 2008 10:27:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r13239 r13245 56 56 LICENSE) \ 57 57 $(wildcard $(VBOX_LNX_INST_OUT_DIR)/VirtualBox-*) \ 58 $(VBOX_LNX_INST_OUT_DIR)/vboxdrv.sh \ 59 $(VBOX_LNX_INST_OUT_DIR)/vboxnet.sh \ 60 $(VBOX_LNX_INST_OUT_DIR)/install.sh 58 $(addprefix $(VBOX_LNX_INST_OUT_DIR)/,\ 59 vboxdrv.sh \ 60 vboxnet.sh \ 61 install.sh) 61 62 62 63 # … … 160 161 VirtualBox.desktop \ 161 162 $(if $(VBOX_OSE),,License-$(VBOX_LICENSE_VER).html) \ 163 $(if $(VBOX_OSE),,$(foreach f,$(VBOX_INSTALLER_ADD_LANGUAGES),License-$(VBOX_LICENSE_VER)-$(f).html)) \ 162 164 $(if $(VBOX_WITH_QT4_SUN),$(notdir $(wildcard $(PATH_BIN)/libVBox*)),) \ 163 165 $(if $(VBOX_WITH_QT4_SUN),accessible/libqtaccessiblewidgets.so,) \ … … 175 177 ifdef VBOX_WITH_DOCS_PACKING 176 178 VBOX_LNX_NO_STRIP += \ 177 $(notdir $(wildcard $(PATH_BIN)/UserManual*.pdf))\178 $( notdir $(wildcard $(PATH_BIN)/VirtualBox*.chm))179 VirtualBox.chm UserManual.pdf \ 180 $(foreach f,$(VBOX_MANUAL_ADD_LANGUAGES),VirtualBox_$(f).chm UserManual_$(f).pdf) 179 181 VBOX_LNX_STRIP_BIN += \ 180 182 $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,)
Note:
See TracChangeset
for help on using the changeset viewer.