From 3e414162fbe617a565c53e153a5595de1c174ab9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 30 Mar 2009 19:07:37 +0100 Subject: [PATCH] Small fix to specfile. --- febootstrap.spec.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/febootstrap.spec.in b/febootstrap.spec.in index 05292f6..b432e09 100644 --- a/febootstrap.spec.in +++ b/febootstrap.spec.in @@ -68,13 +68,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING README examples %{_bindir}/febootstrap -%{_bindir}/febootstrap-to-initramfs +%{_bindir}/febootstrap-run %{_bindir}/febootstrap-minimize +%{_bindir}/febootstrap-to-initramfs %{_mandir}/man8/febootstrap.8* -%{_mandir}/man8/febootstrap-to-initramfs.8* +%{_mandir}/man8/febootstrap-run.8* %{_mandir}/man8/febootstrap-minimize.8* +%{_mandir}/man8/febootstrap-to-initramfs.8* %changelog -* Mon Mar 23 2009 Richard Jones - 1.1-1 +* Mon Mar 23 2009 Richard Jones - @VERSION@-1 - Initial build. -- 1.8.3.1