[rootfs-resize] file in in _sbindir not _bindir

Dennis Gilmore ausil at fedoraproject.org
Fri Jun 15 01:16:27 UTC 2012


commit 7e6c8a044e3bfc87c86193571201c13c88036e1b
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jun 14 20:15:33 2012 -0500

    file in in _sbindir not _bindir

 rootfs-resize.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rootfs-resize.spec b/rootfs-resize.spec
index d09f0bc..bfd2669 100644
--- a/rootfs-resize.spec
+++ b/rootfs-resize.spec
@@ -44,7 +44,7 @@ cp -p %{name} %{buildroot}/%{_sbindir}
 %ghost %attr(0644,root,root) /.nofsresize
 %defattr(-,root,root,-)
 %{_unitdir}/*
-%{_bindir}/*
+%{_sbindir}/*
 
 %post
 if [ $1 -eq 1 ] ; then


More information about the scm-commits mailing list