[gridengine/f16] Use -mansrc sge arg to distinst

Orion Poplawski orion at fedoraproject.org
Thu Mar 15 16:50:57 UTC 2012


commit 2b8c81bc722d653ff3df7448bf1c3a7a562668fd
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Mar 15 10:50:54 2012 -0600

    Use -mansrc sge arg to distinst

 gridengine.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gridengine.spec b/gridengine.spec
index 5f66783..6f7d230 100644
--- a/gridengine.spec
+++ b/gridengine.spec
@@ -279,7 +279,7 @@ gearch=`%{_builddir}/%{buildsubdir}/source/dist/util/arch`
 export SGE_ROOT=$RPM_BUILD_ROOT%{_datadir}/gridengine
 mkdir -p $SGE_ROOT
 cd source
-echo 'y'| scripts/distinst -nobdb -noopenssl -local -allall -noexit ${gearch}
+echo 'y'| scripts/distinst -nobdb -noopenssl -local -allall -noexit -mansrc sge ${gearch}
 
 #Create default install configuration
 cp dist/util/install_modules/inst_template.conf \


More information about the scm-commits mailing list