1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Unset group write priveleges in the pynac subpackage, so that it will build

as root.

PR:		191834
Submitted by:	claus@endresconsulting.com
This commit is contained in:
Stephen Montgomery-Smith 2014-07-21 12:55:41 +00:00
parent 40a23a37e7
commit 2bc561839e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362432

View File

@ -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