[Lunar-commits] <moonbase> recode: this cp fixes a problem dottle was having

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 25 01:52:11 CET 2009


commit 43040efe1c84491ea5498e9b83aa16560fd520ce
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue Mar 24 20:52:11 2009 -0400

    recode: this cp fixes a problem dottle was having
    
    with the recode lin. Upon testing it on x86 and x86_64 I got the
    same errors. This cp fixes for both platforms and don't need the
    libtoolize.
---
 editors/recode/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/recode/BUILD b/editors/recode/BUILD
index 2ee3e05..f8cc6c6 100644
--- a/editors/recode/BUILD
+++ b/editors/recode/BUILD
@@ -1,8 +1,8 @@
 (
   patch_it $SOURCE2 1 &&
 
-  # Fix for building x86_64
-  libtoolize -f &&
+  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+
   export SED="/bin/sed" &&
   export max_cmd_len=32768 &&
 


More information about the Lunar-commits mailing list