summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfilon2001-08-23 17:31:48 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitec9ccde47fa5539129b373084c93f9437f090a2b (patch)
treeb0830dbd76bb0dc16c050a5e3a366315e381c761
parentf1f324554031d588709c51407ad57ea1e3213915 (diff)
downloadprowizorka-ec9ccde47fa5539129b373084c93f9437f090a2b.zip
prowizorka-ec9ccde47fa5539129b373084c93f9437f090a2b.tar.gz
- removed -s from install -s, stripping is done by rpm
Changed files: prowizorka.spec -> 1.3
-rw-r--r--prowizorka.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/prowizorka.spec b/prowizorka.spec
index 2c5fa8e..f311b33 100644
--- a/prowizorka.spec
+++ b/prowizorka.spec
@@ -46,8 +46,8 @@ Group(pl): Aplikacje/System
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
-install -s rpmmenlib/%{name} $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
-install -s gentocf/gentocf $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
+install rpmmenlib/%{name} $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
+install gentocf/gentocf $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
%clean
rm -rf $RPM_BUILD_ROOT