packages: asymptote/asymptote.spec - install-asy instead of install when th...

uzsolt uzsolt at pld-linux.org
Tue Jul 7 17:26:59 CEST 2009


Author: uzsolt                       Date: Tue Jul  7 15:26:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- install-asy instead of install when the arch is ppc

---- Files affected:
packages/asymptote:
   asymptote.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: packages/asymptote/asymptote.spec
diff -u packages/asymptote/asymptote.spec:1.46 packages/asymptote/asymptote.spec:1.47
--- packages/asymptote/asymptote.spec:1.46	Tue Jul  7 16:54:54 2009
+++ packages/asymptote/asymptote.spec	Tue Jul  7 17:26:54 2009
@@ -146,7 +146,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%ifarch ppc
+%{__make} install-asy \
+%else
 %{__make} install \
+%endif
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}
@@ -215,6 +219,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2009/07/07 15:26:54  uzsolt
+- install-asy instead of install when the arch is ppc
+
 Revision 1.46  2009/07/07 14:54:54  uzsolt
 - 1.80
 - disable generate of doc on ppc arch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list