[yp-tools] Minor spec file fixes

Honza Horak hhorak at fedoraproject.org
Wed Jul 11 14:30:10 UTC 2012


commit 96c24da63b4caba2134ded6b563bb5cd5a8f1872
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Wed Jul 11 16:30:02 2012 +0200

    Minor spec file fixes

 yp-tools.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/yp-tools.spec b/yp-tools.spec
index 54a2f7d..ad20194 100644
--- a/yp-tools.spec
+++ b/yp-tools.spec
@@ -58,9 +58,9 @@ make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
 %doc THANKS TODO
-/usr/bin/*
+%{_bindir}/*
 %{_mandir}/*/*
-/usr/sbin/*
+%{_sbindir}/*
 /var/yp/nicknames
 
 %changelog


More information about the scm-commits mailing list