[msort] Fix typo

terjeros terjeros at fedoraproject.org
Sun Feb 12 14:07:31 UTC 2012


commit e50eba9fd9f40e6029e086e8e1776af271307e2b
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sun Feb 12 15:06:50 2012 +0100

    Fix typo

 msort.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/msort.spec b/msort.spec
index d42a448..49d6c9d 100644
--- a/msort.spec
+++ b/msort.spec
@@ -39,7 +39,7 @@ autoconf
 %{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} install
 %{__install} -p -m 0644 -D msort.1 %{buildroot}%{_mandir}/man1/msort.1
-%{_rm} -f %{buildroot}%{_bindir}/msg
+%{__rm} -f %{buildroot}%{_bindir}/msg
 
 %clean
 %{__rm} -rf %{buildroot}


More information about the scm-commits mailing list