]> git.pld-linux.org Git - packages/annoyance-filter.git/commitdiff
- remove extra unneeded slash
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Jul 2006 15:40:15 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    annoyance-filter.spec -> 1.6

annoyance-filter.spec

index efcc76d240ec04ce67bcad6e3d151d39c9e89dc9..9f720c113ffacc936686aff2f87f387b82781bdc 100644 (file)
@@ -19,7 +19,7 @@ Adaptive Bayesian junk mail filter.
 Adaptacyjny bayesowski filtr niechcianej poczty.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 %{__aclocal}
@@ -34,13 +34,13 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
-install %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README 
+%doc README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.076199 seconds and 4 git commands to generate.