]> git.pld-linux.org Git - packages/axel.git/commitdiff
- cosmetics and simplifications. axel-0_91-1
authorkloczek <kloczek@pld-linux.org>
Sat, 5 May 2001 18:25:17 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axel.spec -> 1.2

axel.spec

index 126a9d7144df824ebb80123c3e48a6103704e1c3..bf454c3a05a58c45506d1dbb3b4b1a7cd23d51c3 100644 (file)
--- 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
This page took 0.106373 seconds and 4 git commands to generate.