mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04: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:
parent
40a23a37e7
commit
2bc561839e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362432
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
||||||
--- build/pkgs/pynac/spkg-install-orig 2014-05-15 02:26:11.000000000 +0000
|
--- build/pkgs/pynac/spkg-install.orig 2014-05-06 11:21:42.000000000 +0000
|
||||||
+++ build/pkgs/pynac/spkg-install 2014-05-15 02:19:32.000000000 +0000
|
+++ build/pkgs/pynac/spkg-install 2014-07-21 04:36:42.000000000 +0000
|
||||||
@@ -33,6 +33,9 @@
|
@@ -31,8 +31,12 @@
|
||||||
|
|
||||||
|
build_pynac()
|
||||||
{
|
{
|
||||||
|
+ chmod -R g-w ${PYNACDIR}
|
||||||
cd ${PYNACDIR}
|
cd ${PYNACDIR}
|
||||||
PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
|
PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
|
||||||
+ aclocal
|
+ aclocal
|
||||||
|
|
Loading…
Add table
Reference in a new issue