]> git.pld-linux.org Git - packages/esh.git/commitdiff
- removed -s from install -s, stripping is done by rpm
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 23 Aug 2001 17:31:16 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esh.spec -> 1.10

esh.spec

index 61bec5f030468a845619885b22a9fc466c833499..829c7a4ee08850280f6ba8ce4328f3076f1e2fdc 100644 (file)
--- a/esh.spec
+++ b/esh.spec
@@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
 
-install -s esh $RPM_BUILD_ROOT%{_bindir}
+install esh $RPM_BUILD_ROOT%{_bindir}
 install esh.info $RPM_BUILD_ROOT%{_infodir}
 
 %post
This page took 0.061439 seconds and 4 git commands to generate.