[Lunar-commits] <moonbase> gpgme: fixed OPTS line to something	which isn't broken by the new bash.
    Dave Brown 
    dagbrown at lunar-linux.org
       
    Fri May 28 06:01:46 CEST 2010
    
    
  
commit 7b7963b823141ab524efbb84b6c5d831a96b5876
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Fri May 28 13:01:46 2010 +0900
    gpgme: fixed OPTS line to something which isn't broken by the new bash.
---
 libs/gpgme/BUILD |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/libs/gpgme/BUILD b/libs/gpgme/BUILD
index ceebace..b0d1392 100644
--- a/libs/gpgme/BUILD
+++ b/libs/gpgme/BUILD
@@ -1,8 +1,7 @@
-
 (
 
     if [ "$LARGE_FILES" == "n" ] ; then
-       OPTS +=" --disable-largefile"
+       OPTS="$OPTS --disable-largefile"
     fi  &&
 
    default_build
    
    
More information about the Lunar-commits
mailing list