From 0c2ad506d12966d99c65473ef90d109f6b36d921 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Mon, 7 Jul 2003 04:23:51 +0000 Subject: [PATCH] - many small fixes, inspired by kloczek Changed files: clex.spec -> 1.16 --- clex.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clex.spec b/clex.spec index b85ab05..1c43832 100644 --- 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 -- 2.43.0