VirtualBox

Changeset 9976 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jun 26, 2008 7:09:14 PM (17 years ago)
Author:
vboxsync
Message:

more Qt4 lib installer fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r9974 r9976  
    276276                | $(call DIRDEP,$(PATH_TARGET)/archive)
    277277        $(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,) $< $@
    279279        $(QUIET)$(if $(VBOX_NO_LINUX_RUN_INSTALLER),,objcopy --add-gnu-debuglink=$(subst $(PATH_TARGET)/archive,$(PATH_TARGET)/archive-dbg/$(DBGPATH),$@) $@)
    280280
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette