]> git.pld-linux.org Git - packages/rt.git/commitdiff
- don't install /usr/sbin/rt-test-dependencies
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 18 Jan 2009 18:57:32 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt.spec -> 1.65

rt.spec

diff --git a/rt.spec b/rt.spec
index 7a4460a1ee20935bc302ab6f3caffe1dd16c8518..b62b4f422596e21eefa70e9cd54a509723eba4f0 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -219,6 +219,9 @@ install -d $RPM_BUILD_ROOT%{_libdir} \
 
 install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+# unneeded in installed copy
+rm -f $RPM_BUILD_ROOT%{_sbindir}/rt-test-dependencies
+
 # *.in, tests
 find $RPM_BUILD_ROOT -type f -name \*.in -exec rm '{}' \;
 
This page took 0.095622 seconds and 4 git commands to generate.