Changeset 9976 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 26, 2008 7:09:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r9974 r9976 276 276 | $(call DIRDEP,$(PATH_TARGET)/archive) 277 277 $(call MSG_INST_FILE,$<,$@) 278 $(QUIET)install -D -m 0755$(if $(VBOX_DO_STRIP),-s,) $< $@278 $(QUIET)install -D -m $(if $(filter %.so,$<),0644,0755) $(if $(VBOX_DO_STRIP),-s,) $< $@ 279 279 $(QUIET)$(if $(VBOX_NO_LINUX_RUN_INSTALLER),,objcopy --add-gnu-debuglink=$(subst $(PATH_TARGET)/archive,$(PATH_TARGET)/archive-dbg/$(DBGPATH),$@) $@) 280 280
Note:
See TracChangeset
for help on using the changeset viewer.