[Lunar-commits] the $ are wrong - you'll get a command not found when installing on
Auke Kok
sofar at foo-projects.org
Tue Feb 5 18:32:29 CET 2008
commit 8336dfe6ea3e0cde88215834c2da3fb61a12b6ae
Author: Jean-Michel Bruenn <jean.bruenn at ip-minds.de>
Date: Tue Feb 5 18:32:29 2008 +0100
the $ are wrong - you'll get a command not found when installing on
x86_64. I added "" and removed the wrong $'s. Tested it already.
---
x11/fglrx/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11/fglrx/BUILD b/x11/fglrx/BUILD
index dfa493b..ade4045 100644
--- a/x11/fglrx/BUILD
+++ b/x11/fglrx/BUILD
@@ -29,7 +29,7 @@ fi &&
BIT="" BITA="" BT=""
if [ -d /usr/lib64 ]; then
- $BIT=_64 $BITA=_64a $BT=64
+ BIT="_64" BITA="_64a" BT="64"
fi &&
cp -af arch/x86$BIT/lib common &&
More information about the Lunar-commits
mailing list