[Lunar-commits] <moonbase> e3: Compile correct version on x86_64
Stefan Wold
ratler at lunar-linux.org
Mon Sep 15 16:55:40 CEST 2008
commit 7eb083ab0430b9a7a7f72dc4120eb36e1ebbc787
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon Sep 15 16:55:40 2008 +0200
e3: Compile correct version on x86_64
---
editors/e3/BUILD | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/editors/e3/BUILD b/editors/e3/BUILD
index c57f047..a9e9f9f 100644
--- a/editors/e3/BUILD
+++ b/editors/e3/BUILD
@@ -1,6 +1,10 @@
(
- make &&
+ if [ "`arch`" == "x86_64" ]; then
+ make nasm64
+ else
+ make
+ fi &&
prepare_install &&
make BINDIR=/usr/bin \
MANDIR=/usr/share/man/man1 \
More information about the Lunar-commits
mailing list