]> git.pld-linux.org Git - packages/cmatrix.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:44 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    cmatrix.spec -> 1.21

cmatrix.spec

index 52d2997f46eee369f50f37ffe64c66a54e9b2a14..5469c97566c7150ff0ffeee71c3d55707f6953f8 100644 (file)
@@ -40,8 +40,8 @@ fanem komputer
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure \
        --with-setfont
This page took 0.070679 seconds and 4 git commands to generate.