7fb16329b9
3.5/thunderbird 3 codebase. See for details: http://www.seamonkey-project.org/releases/seamonkey2.0.4/ Backing up your profile before upgrading is recommended.. Update also largely based on www/firefox35 port. Tested on i386/amd64/sparc64/powerpc by myself and on alpha by naddy@ ok naddy@
13 lines
552 B
Plaintext
13 lines
552 B
Plaintext
$OpenBSD: patch-mozilla_nsprpub_config_rules_mk,v 1.1 2010/04/03 09:30:14 landry Exp $
|
|
--- mozilla/nsprpub/config/rules.mk.orig Sat Feb 6 02:04:18 2010
|
|
+++ mozilla/nsprpub/config/rules.mk Wed Feb 17 21:33:16 2010
|
|
@@ -214,7 +214,7 @@ ifdef RELEASE_HEADERS
|
|
$(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) $(DESTDIR)$(includedir)/$(include_subdir)
|
|
endif
|
|
ifdef RELEASE_LIBS
|
|
- $(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
|
|
+ $(NSINSTALL) -t -m 0444 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
|
|
endif
|
|
+$(LOOP_OVER_DIRS)
|
|
|