[mksh] Use %global rather %define

Robert Scheck robert at fedoraproject.org
Sun Oct 12 18:09:28 UTC 2014


commit 1c16cc41bb85086650b46e8bf33887fbf3ea9b5d
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Oct 12 20:09:09 2014 +0200

    Use %global rather %define

 mksh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index f628d35..813575e 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -1,4 +1,4 @@
-%define _bindir   /bin
+%global _bindir   /bin
 Summary:          MirBSD enhanced version of the Korn Shell
 Name:             mksh
 Version:          50d


More information about the scm-commits mailing list