From f7f0a97ca58a320686a3fb522cd0e5c43ed3a638 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Fri, 23 Jul 2010 13:50:37 +0300 Subject: [PATCH] liberation-fonts: fix the compile. --- fonts/liberation-fonts/BUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/fonts/liberation-fonts/BUILD b/fonts/liberation-fonts/BUILD index 38c53e9fc86..452be4a3b7e 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