From 2bc561839eb021ab33fdc418eef27691a110562f Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Mon, 21 Jul 2014 12:55:41 +0000 Subject: [PATCH] - Unset group write priveleges in the pynac subpackage, so that it will build as root. PR: 191834 Submitted by: claus@endresconsulting.com --- math/sage/files/patch-build_pkgs_pynac_spkg-install | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/math/sage/files/patch-build_pkgs_pynac_spkg-install b/math/sage/files/patch-build_pkgs_pynac_spkg-install index 7083a6145b18..f8ae8f5a32e2 100644 --- a/math/sage/files/patch-build_pkgs_pynac_spkg-install +++ b/math/sage/files/patch-build_pkgs_pynac_spkg-install @@ -1,7 +1,10 @@ ---- build/pkgs/pynac/spkg-install-orig 2014-05-15 02:26:11.000000000 +0000 -+++ build/pkgs/pynac/spkg-install 2014-05-15 02:19:32.000000000 +0000 -@@ -33,6 +33,9 @@ +--- build/pkgs/pynac/spkg-install.orig 2014-05-06 11:21:42.000000000 +0000 ++++ build/pkgs/pynac/spkg-install 2014-07-21 04:36:42.000000000 +0000 +@@ -31,8 +31,12 @@ + + build_pynac() { ++ chmod -R g-w ${PYNACDIR} cd ${PYNACDIR} PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH + aclocal