[bmake] change destination

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Jun 6 17:13:16 UTC 2012


commit b979feb6bfd4daaffa360e71b4f96a49ce6e8d9e
Author: soporte <soporte at SOPORTE.(none)>
Date:   Wed Jun 6 12:13:31 2012 -0500

    change destination

 bmake.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bmake.spec b/bmake.spec
index fd870c8..2fbeece 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -31,7 +31,7 @@ sh ./make-bootstrap.sh
 install -m 755 -d %{buildroot}%{_bindir}
 install -m 755 -c bmake %{buildroot}%{_bindir}/bmake
 install -m 755 -d %{buildroot}%{_mandir}/man1
-install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/make.1
+install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/bmake.1
 
 %files
 %defattr(-,root,root,-)
@@ -40,6 +40,9 @@ install -m 644 -c make.1 %{buildroot}%{_mandir}/man1/make.1
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jun 06 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-2
+- Changing destination of the sources
+
 * Tue Jun 05 2012 Luis Bazan <bazanluis20 at gmail.com> 20120604-1
 - New Upstream Version 20120604-1.
 


More information about the scm-commits mailing list