slitaz-modular rev 31

Add slitaz-doc-wiki-data and slitaz-modular to mkiso.sh HG_LIST. Make sure to check and remove ISODIR/boot/src and ISODIR/boot/packages if exist.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 28 14:27:31 2011 +0000 (2011-02-28)
parents afc5e1a66639
children c397e15109e0
files mkiso.sh
line diff
     1.1 --- a/mkiso.sh	Sun Feb 27 01:55:47 2011 +0000
     1.2 +++ b/mkiso.sh	Mon Feb 28 14:27:31 2011 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4  PACKAGES_REPOSITORY="$LOCAL_REPOSITORY/packages"
     1.5  INCOMING_REPOSITORY="$LOCAL_REPOSITORY/packages-incoming"
     1.6  SOURCES_REPOSITORY="$LOCAL_REPOSITORY/src"
     1.7 -HG_LIST="flavors flavors-stable slitaz-base-files slitaz-boot-scripts slitaz-configs slitaz-dev-tools slitaz-doc slitaz-forge slitaz-pizza slitaz-tools tazlito tazpkg tazusb tazwok website wok wok-stable wok-tiny wok-undigest"
     1.8 +HG_LIST="flavors flavors-stable slitaz-base-files slitaz-boot-scripts slitaz-configs slitaz-dev-tools slitaz-doc slitaz-doc-wiki-data slitaz-forge slitaz-modular slitaz-pizza slitaz-tools tazlito tazpkg tazusb tazwok website wok wok-stable wok-tiny wok-undigest"
     1.9  
    1.10  error () { echo -e "\033[1;31;40m!!! \033[1;37;40m$@\033[1;0m"; }
    1.11  warn ()  { echo -e "\033[1;33;40m*** \033[1;37;40m$@\033[1;0m"; }
    1.12 @@ -425,6 +425,10 @@
    1.13  			fi
    1.14  		done
    1.15  	fi
    1.16 +	
    1.17 +	[ -d $ISODIR/boot/src ] && rm -r $ISODIR/boot/src
    1.18 +	[ -d $ISODIR/boot/packages ] && rm -r $ISODIR/boot/packages
    1.19 +	
    1.20  	if [ -d ${HG_DIR}/wok ]; then
    1.21  		backup_pkg
    1.22  		backup_src