rpms/mesa/devel mesa.spec,1.101,1.102

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 19 19:14:58 UTC 2006


Author: krh

Update of /cvs/dist/rpms/mesa/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14456

Modified Files:
	mesa.spec 
Log Message:
Fix install commands.


Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- mesa.spec	19 Sep 2006 18:47:18 -0000	1.101
+++ mesa.spec	19 Sep 2006 19:14:56 -0000	1.102
@@ -278,9 +278,10 @@
 # handpick and manually install the parts we want.
 
 make -C src/glu install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix} LIB_DIR=%{_lib}
+install -d $RPM_BUILD_ROOT%{_includedir}/GL
+install -d $RPM_BUILD_ROOT%{_bindir}
 install -m 644 include/GL/*.h $RPM_BUILD_ROOT%{_includedir}/GL
 cp -d -f %{_lib}/lib* $RPM_BUILD_ROOT%{_libdir}
-install -d $RPM_BUILD_ROOT%{_bindir}
 install -m 0755 progs/xdemos/glxgears $RPM_BUILD_ROOT%{_bindir}
 install -m 0755 progs/xdemos/glxinfo $RPM_BUILD_ROOT%{_bindir}
 




More information about the fedora-cvs-commits mailing list