[openlmi-tools/f20] fix prep target

Peter Hatina phatina at fedoraproject.org
Mon Jun 30 08:39:41 UTC 2014


commit 48a283350229a455f8b3089836f01ad66e5f1546
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Jun 30 10:39:41 2014 +0200

    fix prep target

 openlmi-tools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
index 7b8319c..4002c42 100644
--- a/openlmi-tools.spec
+++ b/openlmi-tools.spec
@@ -42,9 +42,9 @@ Group:          Documentation
 
 %prep
 %setup -q
-make
 
 %build
+make
 pushd cli
 %{__python} setup.py build
 popd # cli


More information about the scm-commits mailing list