Changeset 5573 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 31, 2007 11:25:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r5549 r5573 29 29 VBoxAddIF.sh vboxdrv.sh vboxnet.sh \ 30 30 VirtualBox.tar.bz2 LICENSE) \ 31 $(if $(VBOX_OSE),,VBoxSysInfo.sh) \32 31 $(wildcard $(PATH_TARGET)/VirtualBox-*) 33 32 INSTALLS = linux-bin linux-doc … … 42 41 linux-bin_MODE = a+rx,u+w 43 42 linux-bin_SOURCES = \ 43 $(if $(VBOX_OSE),,VBoxSysInfo.sh) \ 44 44 VBox.sh=>VBox.sh 45 45 … … 91 91 components/VBoxXPCOMBase.xpt \ 92 92 components/VirtualBox_XPCOM.xpt \ 93 $(if $(VBOX_OSE),,VBoxSysInfo.sh) \ 93 94 VBox.sh \ 94 95 VBox.png \ … … 156 157 vboxnet.sh \ 157 158 vboxdrv.sh \ 158 $(if $(VBOX_OSE),,VBoxSysInfo.sh) \159 159 $(if $(VBOX_OSE),,$(PATH_ROOT)/doc/License.txt) 160 160 $(call MSG_TOOL,makeself,,,$@) … … 169 169 $(QUIET)$(INSTALL) -m 0755 vboxnet.sh $(PATH_TARGET)/install 170 170 $(QUIET)$(INSTALL) -m 0755 vboxdrv.sh $(PATH_TARGET)/install 171 $(QUIET)$(if $(VBOX_OSE),,$(INSTALL) -m 0755 VBoxSysInfo.sh $(PATH_TARGET)/install)172 171 $(QUIET)$(RM) -f $@ 173 172 $(QUIET)$(VBOX_MAKESELF) --follow $(PATH_TARGET)/install $@ \
Note:
See TracChangeset
for help on using the changeset viewer.