]> git.pld-linux.org Git - packages/althea.git/commitdiff
- quote %{__cc} / %{__cxx}
authorsparky <sparky@pld-linux.org>
Fri, 3 Nov 2006 18:00:29 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    althea.spec -> 1.18

althea.spec

index ed0a1c227c3bc5f3b440fcaf2dcbaaa92c5f2fca..8f0104d54bb36b8a60744f6e028e3bc4ac3075a2 100644 (file)
@@ -30,7 +30,9 @@ wykorzystania po
 %patch2 -p1
 
 %build
-%{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
+%{__make} \
+       CXX="%{__cxx}" \
+       DEBUGFLAGS="%{rpmcflags}" \
        PIXDIR=%{_datadir}/althea \
        DOCDIR=%{_docdir}/%{name}-%{version}
 
This page took 0.071946 seconds and 4 git commands to generate.