wok-stable diff freetype1/receipt @ rev 2991
Up squashfs (4.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 19:12:26 2009 +0200 (2009-05-11) |
parents | 91687d82cc8a |
children | 22feedab4b8f |
line diff
1.1 --- a/freetype1/receipt Sun Feb 08 16:51:50 2009 +0000 1.2 +++ b/freetype1/receipt Mon May 11 19:12:26 2009 +0200 1.3 @@ -25,18 +25,15 @@ 1.4 $CONFIGURE_ARGS && 1.5 make ttlib ttpo || return 1 1.6 1.7 - pushd lib 1.8 + cd lib 1.9 make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 1.10 - popd 1.11 - pushd po 1.12 - make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 1.13 - popd 1.14 + cd ../po 1.15 + make DESTDIR=$PWD/_pkg -f Makefile install || return 1 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 }