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

bash.spec

index 1f212770e17215694a9cfa289f237269cca56e87..bebe1f496430ae69fbb369ab43dd588f5e0b8de7 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -230,10 +230,10 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{bin,etc/skel}
-
 %{?_with_bash_history:install -d $RPM_BUILD_ROOT/var/log/bash_hist}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_bindir}/bash $RPM_BUILD_ROOT/bin
 %{?_without_static:#}install   bash.static $RPM_BUILD_ROOT/bin
This page took 0.079865 seconds and 4 git commands to generate.