# HG changeset patch # User Pascal Bellard # Date 1223759991 0 # Node ID 37105c976ab869d14b987c19d795e10c1c879bd3 # Parent 22a9ff8ce459c9300251c66bcee2a761a2d5b78b locale-*: ensure need packages are built diff -r 22a9ff8ce459 -r 37105c976ab8 locale-cs/receipt --- a/locale-cs/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-cs/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -20,6 +20,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-de/receipt --- a/locale-de/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-de/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-es/receipt --- a/locale-es/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-es/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-id/receipt --- a/locale-id/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-id/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-it/receipt --- a/locale-it/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-it/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-pt_BR/receipt --- a/locale-pt_BR/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-pt_BR/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. # diff -r 22a9ff8ce459 -r 37105c976ab8 locale-ru/receipt --- a/locale-ru/receipt Sat Oct 11 20:45:16 2008 +0000 +++ b/locale-ru/receipt Sat Oct 11 21:19:51 2008 +0000 @@ -19,6 +19,16 @@ PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" +# Rules to configure and make the package. +compile_rules() +{ + # Ensure packages are built. + for pkg in $CORE_PKGS + do + [ -d $WOK/$pkg/taz ] || tazwok cook $pkg + done +} + # Rules to gen a SliTaz package suitable for Tazpkg. # Install files in /usr/lib/locale. #