From 0819f37acefa808885631748e05565efc70f03c7 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sat, 5 May 2001 18:25:17 +0000 Subject: [PATCH] - cosmetics and simplifications. Changed files: axel.spec -> 1.2 --- axel.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/axel.spec b/axel.spec index 126a9d7..bf454c3 100644 --- a/axel.spec +++ b/axel.spec @@ -18,21 +18,16 @@ file. This is because I think it's more efficient. %setup -q %build - %{__make} gzip -9nf TODO CHANGES README %install - rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}} -install -d $RPM_BUILD_ROOT%{_bindir} -install -d $RPM_BUILD_ROOT%{_mandir}/man1/ -install -d $RPM_BUILD_ROOT%{_sysconfdir} - -install axel $RPM_BUILD_ROOT%{_bindir}/ -install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1/ +install axel $RPM_BUILD_ROOT%{_bindir} +install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1 install axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc %clean -- 2.44.0