From ec92fae23b411cb2e7268030e7f7541f5450f26e Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Wed, 7 Jan 2015 17:35:33 +0000 Subject: [PATCH] lato_fonts: typo fix * Copy the font correctly --- media-fonts/lato_fonts/lato_fonts-2.010.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/lato_fonts/lato_fonts-2.010.recipe b/media-fonts/lato_fonts/lato_fonts-2.010.recipe index d675526ad..4c4583be8 100644 --- a/media-fonts/lato_fonts/lato_fonts-2.010.recipe +++ b/media-fonts/lato_fonts/lato_fonts-2.010.recipe @@ -33,6 +33,6 @@ INSTALL() FONTDIR=$fontsDir/ttfonts mkdir -p $FONTDIR - cd *.ttf $FONTDIR + cp *.ttf $FONTDIR }