]> git.pld-linux.org Git - packages/clex.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:51 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clex.spec -> 1.16

clex.spec

index b85ab053d4649b9a6e4fc907b0044985cdc62627..1c438320d1a334293202cfe95a7959fb79eb68f5 100644 (file)
--- a/clex.spec
+++ b/clex.spec
@@ -23,9 +23,9 @@ CLEX jest interaktywnym, pe
 %prep
 %setup  -q
 %patch0 -p1
+mv -f autoconf.h.bot config.h.bot
 
 %build
-mv -f autoconf.h.bot config.h.bot
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -35,7 +35,8 @@ mv -f autoconf.h.bot config.h.bot
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.2578 seconds and 4 git commands to generate.