Changeset 7301 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 5, 2008 11:23:14 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r7297 r7301 180 180 $(PATH_TARGET)/vboxdrv.sh \ 181 181 $(if $(VBOX_OSE),,$(PATH_ROOT)/doc/License.txt) 182 $(call MSG_TOOL,makeself,, ,$@)182 $(call MSG_TOOL,makeself,,$@) 183 183 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" \ 184 184 -e "s;_BUILD_;$(shell date);g" \ … … 192 192 $(QUIET)$(INSTALL) -m 0755 $(PATH_TARGET)/vboxdrv.sh $(PATH_TARGET)/install 193 193 $(QUIET)$(RM) -f $@ 194 $(QUIET)$(VBOX_MAKESELF) --follow $(PATH_TARGET)/install $@ \194 $(QUIET)$(VBOX_MAKESELF) --follow --nocomp $(PATH_TARGET)/install $@ \ 195 195 "VirtualBox for Linux installation" ./install.sh "\$$0 1> /dev/null" 196 196
Note:
See TracChangeset
for help on using the changeset viewer.