rpms/mpich2/devel mpich2.spec,1.18,1.19

Deji Akingunola deji at fedoraproject.org
Thu Dec 17 20:26:15 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/mpich2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18644

Modified Files:
	mpich2.spec 
Log Message:
Fix an oversight with the last commit



Index: mpich2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpich2/devel/mpich2.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- mpich2.spec	17 Dec 2009 20:07:15 -0000	1.18
+++ mpich2.spec	17 Dec 2009 20:26:15 -0000	1.19
@@ -165,7 +165,7 @@ chmod -x %{buildroot}%{_libdir}/pkgconfi
 #mv  %{buildroot}%{_includedir}/%{name}/*.mod %{buildroot}/%{_fmoddir}/%{name}/
 
 # Install the module file
-mkdir -p %{buildroot}%{_datadir}/Modules/modulefiles
+mkdir -p %{buildroot}%{_sysconfdir}/modulefiles
 cp -pr src/packaging/envmods/mpich2.module %{buildroot}%{_sysconfdir}/modulefiles/%{name}-%{_arch}
 sed -i 's#'%{_bindir}'#'%{_libdir}/%{name}/bin'#;s#@LIBDIR@#'%{_libdir}'#;s#@ARCH@#'%{_arch}'#' %{buildroot}%{_sysconfdir}/modulefiles/%{name}-%{_arch}
 




More information about the fedora-extras-commits mailing list