Skip to content

Commit

Permalink
liberation-fonts: fix the compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 23, 2010
1 parent ca9da80 commit f7f0a97
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions fonts/liberation-fonts/BUILD
Expand Up @@ -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

0 comments on commit f7f0a97

Please sign in to comment.