[Lunar-commits] <moonbase> liberation-fonts: fix the compile.

Florin Braescu florin at lunar-linux.org
Fri Jul 23 12:50:37 CEST 2010


commit f7f0a97ca58a320686a3fb522cd0e5c43ed3a638
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Jul 23 13:50:37 2010 +0300

    liberation-fonts: fix the compile.
---
 fonts/liberation-fonts/BUILD |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/fonts/liberation-fonts/BUILD b/fonts/liberation-fonts/BUILD
index 38c53e9..452be4a 100644
--- a/fonts/liberation-fonts/BUILD
+++ b/fonts/liberation-fonts/BUILD
@@ -2,17 +2,19 @@
 
   LIBTTF=/usr/share/fonts/liberation-fonts-ttf
 
-  make &&
-  prepare_install              &&
+  sedit "s:-\$(VER)::" Makefile  &&
+
+  make  &&
+  prepare_install  &&
 
   if [ ! -d $LIBTTF ] ; then
      mkdir -p $LIBTTF
-  fi                           &&
+  fi  &&
 
   if [ -d old.libraries ] ; then
     rmdir old.libraries
-  fi                           &&
+  fi  &&
 
-  cp -f $SOURCE_DIRECTORY/ttf/* $LIBTTF
+  cp -f $MODULE-ttf/* $LIBTTF
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list