[libyubikey/el5/master] Fix buildroot for EPEL5

Maxim Burgerhout wzzrd at fedoraproject.org
Wed Oct 13 21:15:11 UTC 2010


commit ce7cedc5b546ddfdde35d47570425096d69d4f07
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Wed Oct 13 23:15:21 2010 +0200

    Fix buildroot for EPEL5

 libyubikey.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libyubikey.spec b/libyubikey.spec
index eb1749a..2ac2f9f 100644
--- a/libyubikey.spec
+++ b/libyubikey.spec
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 License:        BSD
 URL:            http://code.google.com/p/yubico-c/
 Source0:        http://yubico-c.googlecode.com/files/%{name}-%{version}.tar.gz 
-BuildRoot:      %{mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX}
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
 This package holds a low-level C software development kit for the Yubico


More information about the scm-commits mailing list