]> git.pld-linux.org Git - packages/festival.git/commitdiff
- fixed printf (no path not to BR very fresh coreutils)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Jan 2004 11:16:21 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival.spec -> 1.18

festival.spec

index f3dc57076d756e41d3701467b512c87d386a2314..c5a4421e387de9be16cbc8f9c27506fd242c6b2f 100644 (file)
@@ -84,6 +84,7 @@ Pliki potrzebne do u
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+
 %build
 cp -f /usr/share/automake/config.* .
 %{__perl} -pi -e 's,^EST=.*,EST=%{_libdir}/speech_tools,' config/config.in
@@ -91,7 +92,7 @@ cp -f /usr/share/automake/config.* .
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       ECHO_N=/bin/printf \
+       ECHO_N='printf "%%s"' \
        OPTIMISE_CCFLAGS="%{rpmcflags}" \
        OPTIMISE_CXXFLAGS="%{rpmcflags}" \
        OPTIMISE_LINK="%{rpmldflags}" \
This page took 0.082279 seconds and 4 git commands to generate.