wok diff pango/receipt @ rev 17297
.hgignore: fix ignore rules
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 10:25:56 2014 +0200 (2014-10-30) |
parents | 88d9ed8e0946 |
children | d6d0843dc20b |
line diff
1.1 --- a/pango/receipt Sun Jul 13 04:18:46 2014 -0300 1.2 +++ b/pango/receipt Thu Oct 30 10:25:56 2014 +0200 1.3 @@ -44,7 +44,7 @@ 1.4 cp -a $install/usr/bin/* $fs/usr/bin 1.5 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.6 cp -a $install/usr/lib/pango $fs/usr/lib 1.7 - rm -rf $fs/usr/lib/pango/1.6.0/modules/*.la 1.8 + rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la 1.9 [ -d "$install/etc" ] && cp -a $install/etc $fs 1.10 touch $fs/etc/pango/pango.modules 1.11 }