]> git.pld-linux.org Git - packages/ash.git/commitdiff
- removed redundant /s from paths
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2003 09:06:43 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash.spec -> 1.65

ash.spec

index 910221e5c72852d90bbf543e72b7cd4e41f0e36c..0dfff486a92cba8ce411091dc61ac6a2b621207e 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -177,13 +177,13 @@ avantaj
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install sh $RPM_BUILD_ROOT%{_bindir}/ash
 %{!?_without_static:install ash.static $RPM_BUILD_ROOT%{_bindir}/ash.static}
 install sh.1 $RPM_BUILD_ROOT%{_mandir}/man1/ash.1
 echo ".so ash.1" > $RPM_BUILD_ROOT%{_mandir}/man1/bsh.1
-ln -sf ash $RPM_BUILD_ROOT/%{_bindir}/bsh
+ln -sf ash $RPM_BUILD_ROOT%{_bindir}/bsh
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.065302 seconds and 4 git commands to generate.