# HG changeset patch # User Pascal Bellard # Date 1234113691 0 # Node ID 7f5e5c66d1ae5d095a369f8da0b217f88412cd4e # Parent c6cc8c3a7585687078a982d9eda5893d96b1078b fix freetype1* receipt diff -r c6cc8c3a7585 -r 7f5e5c66d1ae freetype1-dev/receipt --- a/freetype1-dev/receipt Sun Feb 08 16:53:08 2009 +0000 +++ b/freetype1-dev/receipt Sun Feb 08 17:21:31 2009 +0000 @@ -15,7 +15,6 @@ mkdir -p $fs/usr/lib _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/share $fs/usr } diff -r c6cc8c3a7585 -r 7f5e5c66d1ae freetype1/receipt --- a/freetype1/receipt Sun Feb 08 16:53:08 2009 +0000 +++ b/freetype1/receipt Sun Feb 08 17:21:31 2009 +0000 @@ -25,18 +25,15 @@ $CONFIGURE_ARGS && make ttlib ttpo || return 1 - pushd lib + cd lib make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 - popd - pushd po - make DESTDIR=$PWD/_pkg -f arch/unix/Makefile install || return 1 - popd + cd ../po + make DESTDIR=$PWD/_pkg -f Makefile install || return 1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }