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

xephem.spec

index 8bb0bd1f9f37525c080d6cf1df921f5637358c60..a2a599bd7f07226c373026415f5f50eeed27ad01 100644 (file)
@@ -47,7 +47,7 @@ echo "XEphem description \"An Interactive Astronomy Ephemeris\" " >> $RPM_BUILD_
 echo "XEphem exec \"xephem &\" " >> $RPM_BUILD_ROOT%{_prefix}/X11R6/share/applnk/XEphem
 echo "XEphem group \"Applications\" " >> $RPM_BUILD_ROOT%{_prefix}/X11R6/share/applnk/XEphem
 
-install -s $XS/xephem $RPM_BUILD_ROOT%{_bindir}/xephem
+install $XS/xephem $RPM_BUILD_ROOT%{_bindir}/xephem
 
 install $XS/xephem.man $RPM_BUILD_ROOT%{_mandir}/man1/xephem.1x
 
This page took 0.052608 seconds and 4 git commands to generate.