449827516e
in stable for further mozilla-firefox security updates. bulk build done by sthen@. thanks!
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-mozilla_nsprpub_config_rules_mk,v 1.4 2009/08/04 13:56:09 martynas Exp $
|
|
--- mozilla/nsprpub/config/rules.mk.orig Sat May 2 02:08:01 2009
|
|
+++ mozilla/nsprpub/config/rules.mk Sat Jun 20 23:38:30 2009
|
|
@@ -219,7 +219,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)
|
|
|