[clex/f14] modified: clex.spec

ndowens ndowens at fedoraproject.org
Sat Jul 30 02:32:45 UTC 2011


commit 5f099d92603b200606a57738b83bfeb5c60936e9
Author: Nathan Owe <ndowens at revan.linux>
Date:   Fri Jul 29 20:40:11 2011 -0500

    	modified:   clex.spec

 clex.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clex.spec b/clex.spec
index b5868fb..6cd960f 100644
--- a/clex.spec
+++ b/clex.spec
@@ -25,8 +25,8 @@ favorite shell.
 %setup -q -n %{name}-%{version}.patch5
 
 %build
-%configure
-make %{?_smp_mflags}
+./configure --prefix=/usr --bindir=/usr/bin
+make 
 
 %install
 rm -rf %{buildroot}


More information about the scm-commits mailing list