From 080eda002e55f876ce9b60cc0d300482b33397b4 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: bvi.spec -> 1.11 --- bvi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bvi.spec b/bvi.spec index 747a0a9..0432b80 100644 --- a/bvi.spec +++ b/bvi.spec @@ -24,14 +24,16 @@ edytorze vi. %patch0 -p1 %build -%configure --with-ncurses=/usr +%configure \ + --with-ncurses=/usr %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0