[cuneiform] Fix typo.

Dmitrij S. Kryzhevich krege at fedoraproject.org
Thu Oct 13 06:02:20 UTC 2011


commit b3bd1f3ddb778ba0564ca06775b4c94e9bfa6122
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Thu Oct 13 13:02:16 2011 +0700

    Fix typo.

 cuneiform.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cuneiform.spec b/cuneiform.spec
index db6de68..ac97489 100644
--- a/cuneiform.spec
+++ b/cuneiform.spec
@@ -50,7 +50,7 @@ popd
 
 %install
 rm -rf %{buildroot}
-make -C builddir install DESTDIR=%{buildroot}
+make -C %{_target_platform} install DESTDIR=%{buildroot}
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list