Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6fc108a8df33e769557040bd18da1e4ca611aad4

commit 6fc108a8df33e769557040bd18da1e4ca611aad4
Author: crazy <[EMAIL PROTECTED]>
Date:   Thu Jun 5 11:40:26 2008 +0200

windowmaker-0.92.0-4-x86_64
* small fix for 64bit

diff --git a/source/x11-extra/windowmaker/FrugalBuild 
b/source/x11-extra/windowmaker/FrugalBuild
index 445d4e6..2bde969 100644
--- a/source/x11-extra/windowmaker/FrugalBuild
+++ b/source/x11-extra/windowmaker/FrugalBuild
@@ -23,8 +23,10 @@ sha1sums=('4f7fea6f40b9ba9f870d2e2f0ce46274750edb2c' \
build()
{
Fcd
-       [ "$CARCH" == "x86_64" ] && Fpatchall
-       [ "$CARCH" == "x86_64" ] && Fautoconfize
+       if [ "$CARCH" == "x86_64" ]; then
+               Fpatchall
+               Fautoreconf
+       fi
source $Fsrcdir/$pkgname.sh || Fdie
export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
Fconf --sysconfdir=/etc/X11 \
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to