SPECS: pidgin-plugin-latex.spec - change "make install" to simple "install ...

uzsolt uzsolt at pld-linux.org
Fri Jan 30 18:33:34 CET 2009


Author: uzsolt                       Date: Fri Jan 30 17:33:34 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- change "make install" to simple "install ..."

---- Files affected:
SPECS:
   pidgin-plugin-latex.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/pidgin-plugin-latex.spec
diff -u SPECS/pidgin-plugin-latex.spec:1.1 SPECS/pidgin-plugin-latex.spec:1.2
--- SPECS/pidgin-plugin-latex.spec:1.1	Fri Jan 30 18:12:43 2009
+++ SPECS/pidgin-plugin-latex.spec	Fri Jan 30 18:33:28 2009
@@ -33,10 +33,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}
-
-%{__make} install \
-PREFIX=$RPM_BUILD_ROOT%{_prefix}
+install -d $RPM_BUILD_ROOT%{_libdir}/pidgin
+install LaTeX.so $RPM_BUILD_ROOT%{_libdir}/pidgin
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/30 17:33:28  uzsolt
+- change "make install" to simple "install ..."
+
 Revision 1.1  2009/01/30 17:12:43  uzsolt
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pidgin-plugin-latex.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list