wok rev 9701

Fixed up the errors from last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 09:40:48 2011 +0000 (2011-05-08)
parents d1768332cee0
children 349042ce2a5d
files dhcp6/receipt linux/receipt locale-cs/receipt locale-de/receipt locale-es/receipt locale-fr/receipt locale-hu/receipt locale-id/receipt locale-it/receipt locale-pt/receipt locale-ru/receipt locale-sl/receipt locale-zh_TW/receipt mingw32-binutils/receipt mingw32-gcc-c/receipt mingw32-gcc/receipt mingw32-runtime-headers/receipt mingw32-runtime/receipt mingw32-w32api-headers/receipt mingw32-w32api/receipt mysql/receipt ndiswrapper-driver/receipt openssh-pam/receipt partimage-pam/receipt perdition-pam/receipt postgresql/receipt ppp-pam/receipt privoxy/receipt pure-ftpd-pam/receipt python-bpython/receipt samba-pam/receipt slim-pam/receipt urxvt-full/receipt
line diff
     1.1 --- a/dhcp6/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/dhcp6/receipt	Sun May 08 09:40:48 2011 +0000
     1.3 @@ -34,6 +34,6 @@
     1.4  	mkdir -p $fs/usr/sbin $fs/etc/init.d
     1.5  	cp $_pkg/etc/dhcpd.conf $fs/etc
     1.6  	cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin
     1.7 -	cp $WOK/dhcp6/stuff/dhcpd $fs/etc/init.d
     1.8 +	cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d
     1.9  }
    1.10  
     2.1 --- a/linux/receipt	Sun May 08 09:01:58 2011 +0000
     2.2 +++ b/linux/receipt	Sun May 08 09:40:48 2011 +0000
     2.3 @@ -106,7 +106,7 @@
     2.4      local path
     2.5      cp -a $_pkg/boot $fs
     2.6      # Compress all modules.
     2.7 -    $stuff/gztazmod.sh $_pkg/lib/modules/$VERSION-slitaz
     2.8 +    #$stuff/gztazmod.sh $_pkg/lib/modules/$VERSION-slitaz
     2.9      path=$fs/lib/modules/$VERSION-slitaz/kernel
    2.10      mkdir -p $path
    2.11      cp -a $_pkg/lib/modules/$VERSION-slitaz/mo* \
    2.12 @@ -115,7 +115,7 @@
    2.13      export src
    2.14      export _pkg
    2.15      mkdir $WOK/$PACKAGE/tmp
    2.16 -    $WOK/$PACKA$stuff/list_modules.sh \
    2.17 +    $stuff/list_modules.sh \
    2.18  	$(cat stuff/modules-$VERSION.list) > $WOK/$PACKAGE/tmp/modules.list
    2.19      while read module; do
    2.20      	dir=$(dirname $module)
     3.1 --- a/locale-cs/receipt	Sun May 08 09:01:58 2011 +0000
     3.2 +++ b/locale-cs/receipt	Sun May 08 09:40:48 2011 +0000
     3.3 @@ -16,7 +16,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     3.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     3.9  	# Ensure packages are built.
    3.10  	for pkg in $CORE_PKGS
    3.11  	do
    3.12 @@ -27,8 +27,8 @@
    3.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.14  genpkg_rules()
    3.15  {
    3.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    3.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    3.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    3.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    3.20  	PKG_NAME="$PACKAGE"
    3.21  	PKG_VERS="$VERSION"
    3.22  	mk_locale_dir
     4.1 --- a/locale-de/receipt	Sun May 08 09:01:58 2011 +0000
     4.2 +++ b/locale-de/receipt	Sun May 08 09:40:48 2011 +0000
     4.3 @@ -16,7 +16,7 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     4.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     4.9  	# Ensure packages are built.
    4.10  	for pkg in $CORE_PKGS
    4.11  	do
    4.12 @@ -27,8 +27,8 @@
    4.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.14  genpkg_rules()
    4.15  {
    4.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    4.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    4.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    4.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    4.20  	PKG_NAME="$PACKAGE"
    4.21  	PKG_VERS="$VERSION"
    4.22  	mk_locale_dir
     5.1 --- a/locale-es/receipt	Sun May 08 09:01:58 2011 +0000
     5.2 +++ b/locale-es/receipt	Sun May 08 09:40:48 2011 +0000
     5.3 @@ -16,7 +16,7 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     5.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     5.9  	# Ensure packages are built.
    5.10  	for pkg in $CORE_PKGS
    5.11  	do
    5.12 @@ -27,8 +27,8 @@
    5.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.14  genpkg_rules()
    5.15  {
    5.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    5.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    5.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    5.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    5.20  	PKG_NAME="$PACKAGE"
    5.21  	PKG_VERS="$VERSION"
    5.22  	mk_locale_dir
     6.1 --- a/locale-fr/receipt	Sun May 08 09:01:58 2011 +0000
     6.2 +++ b/locale-fr/receipt	Sun May 08 09:40:48 2011 +0000
     6.3 @@ -28,7 +28,7 @@
     6.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.5  genpkg_rules()
     6.6  {
     6.7 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
     6.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
     6.9  	CORE_PKGS=""
    6.10  	PKG_NAME="$PACKAGE"
    6.11  	PKG_VERS="$VERSION"
     7.1 --- a/locale-hu/receipt	Sun May 08 09:01:58 2011 +0000
     7.2 +++ b/locale-hu/receipt	Sun May 08 09:40:48 2011 +0000
     7.3 @@ -16,7 +16,7 @@
     7.4  # Rules to configure and make the package.
     7.5  compile_rules()
     7.6  {
     7.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     7.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     7.9  	# Ensure packages are built.
    7.10  	for pkg in $CORE_PKGS
    7.11  	do
    7.12 @@ -27,8 +27,8 @@
    7.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.14  genpkg_rules()
    7.15  {
    7.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    7.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    7.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    7.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    7.20  	PKG_NAME="$PACKAGE"
    7.21  	PKG_VERS="$VERSION"
    7.22  	mk_locale_dir
     8.1 --- a/locale-id/receipt	Sun May 08 09:01:58 2011 +0000
     8.2 +++ b/locale-id/receipt	Sun May 08 09:40:48 2011 +0000
     8.3 @@ -16,7 +16,7 @@
     8.4  # Rules to configure and make the package.
     8.5  compile_rules()
     8.6  {
     8.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     8.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     8.9  	# Ensure packages are built.
    8.10  	for pkg in $CORE_PKGS
    8.11  	do
    8.12 @@ -27,8 +27,8 @@
    8.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.14  genpkg_rules()
    8.15  {	
    8.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    8.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    8.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    8.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    8.20  	PKG_NAME="$PACKAGE"
    8.21  	PKG_VERS="$VERSION"
    8.22  	mk_locale_dir
     9.1 --- a/locale-it/receipt	Sun May 08 09:01:58 2011 +0000
     9.2 +++ b/locale-it/receipt	Sun May 08 09:40:48 2011 +0000
     9.3 @@ -16,7 +16,7 @@
     9.4  # Rules to configure and make the package.
     9.5  compile_rules()
     9.6  {
     9.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
     9.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
     9.9  	# Ensure packages are built.
    9.10  	for pkg in $CORE_PKGS
    9.11  	do
    9.12 @@ -27,8 +27,8 @@
    9.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.14  genpkg_rules()
    9.15  {
    9.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
    9.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    9.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    9.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    9.20  	PKG_NAME="$PACKAGE"
    9.21  	PKG_VERS="$VERSION"
    9.22  	mk_locale_dir
    10.1 --- a/locale-pt/receipt	Sun May 08 09:01:58 2011 +0000
    10.2 +++ b/locale-pt/receipt	Sun May 08 09:40:48 2011 +0000
    10.3 @@ -16,7 +16,7 @@
    10.4  # Rules to configure and make the package.
    10.5  compile_rules()
    10.6  {
    10.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    10.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    10.9  	# Ensure packages are built.
   10.10  	for pkg in $CORE_PKGS
   10.11  	do
   10.12 @@ -27,8 +27,8 @@
   10.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.14  genpkg_rules()
   10.15  {
   10.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
   10.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
   10.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
   10.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   10.20  	PKG_NAME="$PACKAGE"
   10.21  	PKG_VERS="$VERSION"
   10.22  	mk_locale_dir
    11.1 --- a/locale-ru/receipt	Sun May 08 09:01:58 2011 +0000
    11.2 +++ b/locale-ru/receipt	Sun May 08 09:40:48 2011 +0000
    11.3 @@ -16,7 +16,7 @@
    11.4  # Rules to configure and make the package.
    11.5  compile_rules()
    11.6  {
    11.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    11.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    11.9  	# Ensure packages are built.
   11.10  	for pkg in $CORE_PKGS
   11.11  	do
   11.12 @@ -27,8 +27,8 @@
   11.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.14  genpkg_rules()
   11.15  {
   11.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
   11.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
   11.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
   11.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   11.20  	PKG_NAME="$PACKAGE"
   11.21  	PKG_VERS="$VERSION"
   11.22  	mk_locale_dir
    12.1 --- a/locale-sl/receipt	Sun May 08 09:01:58 2011 +0000
    12.2 +++ b/locale-sl/receipt	Sun May 08 09:40:48 2011 +0000
    12.3 @@ -16,7 +16,7 @@
    12.4  # Rules to configure and make the package.
    12.5  compile_rules()
    12.6  {
    12.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    12.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    12.9  	# Ensure packages are built.
   12.10  	for pkg in $CORE_PKGS
   12.11  	do
   12.12 @@ -27,8 +27,8 @@
   12.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   12.14  genpkg_rules()
   12.15  {
   12.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
   12.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
   12.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
   12.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   12.20  	PKG_NAME="$PACKAGE"
   12.21  	PKG_VERS="$VERSION"
   12.22  	mk_locale_dir
    13.1 --- a/locale-zh_TW/receipt	Sun May 08 09:01:58 2011 +0000
    13.2 +++ b/locale-zh_TW/receipt	Sun May 08 09:40:48 2011 +0000
    13.3 @@ -16,7 +16,7 @@
    13.4  # Rules to configure and make the package.
    13.5  compile_rules()
    13.6  {
    13.7 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
    13.8 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    13.9  	# Ensure packages are built.
   13.10  	for pkg in $CORE_PKGS
   13.11  	do
   13.12 @@ -28,8 +28,8 @@
   13.13  # Genereted locale files are in /usr/lib/locale.
   13.14  genpkg_rules()
   13.15  {
   13.16 -	. $WOK/slitaz-i1$stuff/locale-pack.functions
   13.17 -	. $WOK/slitaz-i1$stuff/locale-pack.conf
   13.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
   13.19 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   13.20  	PKG_NAME="$PACKAGE"
   13.21  	PKG_VERS="$VERSION"
   13.22  	mk_locale_dir
    14.1 --- a/mingw32-binutils/receipt	Sun May 08 09:01:58 2011 +0000
    14.2 +++ b/mingw32-binutils/receipt	Sun May 08 09:40:48 2011 +0000
    14.3 @@ -13,8 +13,8 @@
    14.4  WGET_URL="$SF_MIRROR/mingw/$TARBALL"
    14.5  
    14.6  # Configuration only needs included if we're in the build/wok environment
    14.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    14.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    14.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   14.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   14.11  fi
   14.12  
   14.13  # Rules to configure and make the package.
    15.1 --- a/mingw32-gcc-c/receipt	Sun May 08 09:01:58 2011 +0000
    15.2 +++ b/mingw32-gcc-c/receipt	Sun May 08 09:40:48 2011 +0000
    15.3 @@ -15,8 +15,8 @@
    15.4  MINGW32_ID="i586-pc-mingw32"
    15.5  
    15.6  # Configuration only needs included if we're in the build/wok environment
    15.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    15.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    15.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   15.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   15.11  fi
   15.12  
   15.13  # Rules to configure and make the package.
    16.1 --- a/mingw32-gcc/receipt	Sun May 08 09:01:58 2011 +0000
    16.2 +++ b/mingw32-gcc/receipt	Sun May 08 09:40:48 2011 +0000
    16.3 @@ -19,8 +19,8 @@
    16.4  MINGW32_ID="i586-pc-mingw32"
    16.5  
    16.6  # Configuration only needs included if we're in the build/wok environment
    16.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    16.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    16.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   16.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   16.11  fi
   16.12  
   16.13  # Rules to configure and make the package.
    17.1 --- a/mingw32-runtime-headers/receipt	Sun May 08 09:01:58 2011 +0000
    17.2 +++ b/mingw32-runtime-headers/receipt	Sun May 08 09:40:48 2011 +0000
    17.3 @@ -13,8 +13,8 @@
    17.4  WGET_URL="$SF_MIRROR/mingw/$TARBALL"
    17.5  
    17.6  # Configuration only needs included if we're in the build/wok environment
    17.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    17.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    17.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   17.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   17.11  fi
   17.12  
   17.13  # Rules to configure and make the package.
    18.1 --- a/mingw32-runtime/receipt	Sun May 08 09:01:58 2011 +0000
    18.2 +++ b/mingw32-runtime/receipt	Sun May 08 09:40:48 2011 +0000
    18.3 @@ -14,8 +14,8 @@
    18.4  MINGW32_ID="i586-pc-mingw32"
    18.5  
    18.6  # Configuration only needs included if we're in the build/wok environment
    18.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    18.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    18.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   18.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   18.11  fi
   18.12  
   18.13  # Rules to configure and make the package.
    19.1 --- a/mingw32-w32api-headers/receipt	Sun May 08 09:01:58 2011 +0000
    19.2 +++ b/mingw32-w32api-headers/receipt	Sun May 08 09:40:48 2011 +0000
    19.3 @@ -13,8 +13,8 @@
    19.4  WGET_URL="$SF_MIRROR/mingw/$TARBALL"
    19.5  
    19.6  # Configuration only needs included if we're in the build/wok environment
    19.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    19.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    19.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   19.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   19.11  fi
   19.12  
   19.13  # Rules to configure and make the package.
    20.1 --- a/mingw32-w32api/receipt	Sun May 08 09:01:58 2011 +0000
    20.2 +++ b/mingw32-w32api/receipt	Sun May 08 09:40:48 2011 +0000
    20.3 @@ -14,8 +14,8 @@
    20.4  MINGW32_ID="i586-pc-mingw32"
    20.5  
    20.6  # Configuration only needs included if we're in the build/wok environment
    20.7 -if [ -e $WOK/mingw32-toolcha$stuff/mingw32.conf ] ; then
    20.8 -	. $WOK/mingw32-toolcha$stuff/mingw32.conf
    20.9 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
   20.10 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
   20.11  fi
   20.12  
   20.13  # Rules to configure and make the package.
    21.1 --- a/mysql/receipt	Sun May 08 09:01:58 2011 +0000
    21.2 +++ b/mysql/receipt	Sun May 08 09:40:48 2011 +0000
    21.3 @@ -59,7 +59,7 @@
    21.4  	# Permissions
    21.5  	chmod 600 $fs/etc/mysql/my.cnf
    21.6  
    21.7 -	cat $WOK/$PACKA$stuff/*.files-list | while read file; do
    21.8 +	cat $stuff/*.files-list | while read file; do
    21.9  		[ -f $fs$file ] && rm -f $fs$file
   21.10  	done
   21.11  
    22.1 --- a/ndiswrapper-driver/receipt	Sun May 08 09:01:58 2011 +0000
    22.2 +++ b/ndiswrapper-driver/receipt	Sun May 08 09:40:48 2011 +0000
    22.3 @@ -36,7 +36,7 @@
    22.4  	install -o root -m 755 $src/utils/loadndisdriver $fs/sbin/
    22.5  
    22.6  	# Compress and install module
    22.7 -	$stuff/gztazmod.sh $fs/lib/modules/$VERSION-slitaz
    22.8 +	# $stuff/gztazmod.sh $fs/lib/modules/$VERSION-slitaz
    22.9  	lzma e $src/driver/ndiswrapper.ko \
   22.10  		$fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ndiswrapper.ko.gz
   22.11  	chown root $fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc/ndiswrapper.ko.gz
    23.1 --- a/openssh-pam/receipt	Sun May 08 09:01:58 2011 +0000
    23.2 +++ b/openssh-pam/receipt	Sun May 08 09:40:48 2011 +0000
    23.3 @@ -32,7 +32,7 @@
    23.4  	cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr
    23.5  	rm -f $fs/usr/sbin/sftp-server
    23.6  	cp -a $_pkg/etc $fs
    23.7 -	cp ../$SOUR$stuff/openssh $fs/etc/init.d
    23.8 +	cp ../$SOURCE/stuff/openssh $fs/etc/init.d
    23.9  	sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config
   23.10  }
   23.11  
    24.1 --- a/partimage-pam/receipt	Sun May 08 09:01:58 2011 +0000
    24.2 +++ b/partimage-pam/receipt	Sun May 08 09:40:48 2011 +0000
    24.3 @@ -31,8 +31,8 @@
    24.4  	mkdir -p $fs/usr $fs/etc/init.d
    24.5  	cp -a $_pkg/usr/sbin $fs/usr
    24.6  	cp -a $_pkg/etc $fs/
    24.7 -	install -g root -o root -m 0600 ../$SOUR$stuff/etc/partimaged/partimaged.* $fs/etc/partimaged
    24.8 -	install -g root -o root -m 0755 ../$SOUR$stuff/etc/init.d/partimaged $fs/etc/init.d
    24.9 +	install -g root -o root -m 0600 ../$SOURCE/stuff/etc/partimaged/partimaged.* $fs/etc/partimaged
   24.10 +	install -g root -o root -m 0755 ../$SOURCE/stuff/etc/init.d/partimaged $fs/etc/init.d
   24.11  }
   24.12  
   24.13  post_install()
    25.1 --- a/perdition-pam/receipt	Sun May 08 09:01:58 2011 +0000
    25.2 +++ b/perdition-pam/receipt	Sun May 08 09:40:48 2011 +0000
    25.3 @@ -35,7 +35,7 @@
    25.4  	mkdir -p $fs/usr/lib $fs/etc/openldap/schema
    25.5  	cp -a $_pkg/etc $fs
    25.6  	rm -f $fs/etc/perdition/perdition.conf
    25.7 -	cp -a ../$SOUR$stuff/etc $fs
    25.8 +	cp -a ../$SOURCE/stuff/etc $fs
    25.9  	cp -a $_pkg/usr/sbin $fs/usr
   25.10  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   25.11  	for i in pop3 pop3s imap4 imap4s imaps; do
    26.1 --- a/postgresql/receipt	Sun May 08 09:01:58 2011 +0000
    26.2 +++ b/postgresql/receipt	Sun May 08 09:40:48 2011 +0000
    26.3 @@ -39,10 +39,10 @@
    26.4  	cp -a $_pkg/usr/lib/postgresql $fs/usr/lib
    26.5  	rm -f $fs/usr/lib/postgresql/*a
    26.6  	cp -a $_pkg/usr/share/postgresql $fs/usr/share
    26.7 -	cp -a stuff/etc $fs
    26.8 +	cp -a $stuff/etc $fs
    26.9  	ln -s /var/lib/pgsql/postgresql.conf $fs/etc
   26.10  	chmod 700 $fs/var/lib/pgsql
   26.11 -	cat $WOK/$PACKA$stuff/*.files-list | while read file; do
   26.12 +	cat $stuff/*.files-list | while read file; do
   26.13  		[ -f $fs$file ] && rm -f $fs$file
   26.14  	done
   26.15  
    27.1 --- a/ppp-pam/receipt	Sun May 08 09:01:58 2011 +0000
    27.2 +++ b/ppp-pam/receipt	Sun May 08 09:40:48 2011 +0000
    27.3 @@ -33,7 +33,7 @@
    27.4  	cp -a $_pkg/usr/lib $fs/usr
    27.5  	# Config files.
    27.6  	mkdir -p $fs/etc/ppp/scripts
    27.7 -	cp ../$SOUR$stuff/README.scripts $fs/etc/ppp
    27.8 +	cp ../$SOURCE/stuff/README.scripts $fs/etc/ppp
    27.9  	cp -a $src/etc.ppp/* $fs/etc/ppp
   27.10  	# PPP scripts.
   27.11  	cp -a $src/scripts/ppp-on $fs/etc/ppp/scripts
    28.1 --- a/privoxy/receipt	Sun May 08 09:01:58 2011 +0000
    28.2 +++ b/privoxy/receipt	Sun May 08 09:40:48 2011 +0000
    28.3 @@ -42,8 +42,8 @@
    28.4  	cp -a $_pkg/var $fs
    28.5  	cp -a $_pkg/etc $fs
    28.6  
    28.7 -	# Copy daemon fro$stuff
    28.8 -	cp stuff/daemon-privoxy $fs/etc/init.d/privoxy
    28.9 +	# Copy daemon from stuff
   28.10 +	cp $stuff/daemon-privoxy $fs/etc/init.d/privoxy
   28.11  }
   28.12  
   28.13  post_install()
    29.1 --- a/pure-ftpd-pam/receipt	Sun May 08 09:01:58 2011 +0000
    29.2 +++ b/pure-ftpd-pam/receipt	Sun May 08 09:40:48 2011 +0000
    29.3 @@ -28,7 +28,7 @@
    29.4  	mkdir -p $fs/usr $fs/etc/init.d
    29.5  	cp -a $_pkg/usr/bin $fs/usr
    29.6  	cp -a $_pkg/usr/sbin $fs/usr
    29.7 -	install -g root -o root -m 0755 ../$SOUR$stuff/pure-ftpd $fs/etc/init.d
    29.8 +	install -g root -o root -m 0755 ../$SOURCE/stuff/pure-ftpd $fs/etc/init.d
    29.9  }
   29.10  
   29.11  post_install()
    30.1 --- a/python-bpython/receipt	Sun May 08 09:01:58 2011 +0000
    30.2 +++ b/python-bpython/receipt	Sun May 08 09:40:48 2011 +0000
    30.3 @@ -29,6 +29,6 @@
    30.4  	mkdir -p $fs/usr $fs/usr/share/applications
    30.5  	cp -a $_pkg/usr/bin $fs/usr
    30.6  	cp -a $_pkg/usr/lib $fs/usr
    30.7 -	cp -a $WOK/$PACKA$stuff/* $fs/usr/share/applications
    30.8 +	cp -a $stuff/* $fs/usr/share/applications
    30.9  }
   30.10  
    31.1 --- a/samba-pam/receipt	Sun May 08 09:01:58 2011 +0000
    31.2 +++ b/samba-pam/receipt	Sun May 08 09:40:48 2011 +0000
    31.3 @@ -32,7 +32,7 @@
    31.4  	make DESTDIR=$PWD/../_pkg install || return 1
    31.5  	rm -f ../_pkg/usr/*bin/*.old
    31.6  	#ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0
    31.7 -	cp ../../../$SOUR$stuff/*.files-list ..
    31.8 +	cp ../../../$SOURCE/stuff/*.files-list ..
    31.9  }
   31.10  
   31.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    32.1 --- a/slim-pam/receipt	Sun May 08 09:01:58 2011 +0000
    32.2 +++ b/slim-pam/receipt	Sun May 08 09:40:48 2011 +0000
    32.3 @@ -30,11 +30,11 @@
    32.4  genpkg_rules()
    32.5  {
    32.6  	mkdir -p $fs/usr/share/slim
    32.7 -	cp -a ../$SOUR$stuff/themes $fs/usr/share/slim
    32.8 +	cp -a ../$SOURCE/stuff/themes $fs/usr/share/slim
    32.9  	cp -a $_pkg/usr/bin $fs/usr
   32.10  	
   32.11  	# Config file and rc script.
   32.12 -	cp -a ../$SOUR$stuff/etc $fs
   32.13 +	cp -a ../$SOURCE/stuff/etc $fs
   32.14  	chown -R root.root $fs
   32.15  }
   32.16  
    33.1 --- a/urxvt-full/receipt	Sun May 08 09:01:58 2011 +0000
    33.2 +++ b/urxvt-full/receipt	Sun May 08 09:40:48 2011 +0000
    33.3 @@ -16,7 +16,7 @@
    33.4  compile_rules()
    33.5  {
    33.6  	cd $src
    33.7 -	busybox patch -p0 -i $WOK/urx$stuff/gcc.u
    33.8 +	busybox patch -p0 -i $WOK/urxvt/stuff/gcc.u
    33.9  	./configure --prefix=/usr --infodir=/usr/share/info \
   33.10  	--enable-everything \
   33.11  	--mandir=/usr/share/man $CONFIGURE_ARGS && \