wok rev 212

Typo and fix in slitaz-hacker
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 14 16:36:44 2008 +0100 (2008-02-14)
parents cf22fee17710
children c738ab213d83
files slitaz-hacker/receipt slitaz-hacker/stuff/profile
line diff
     1.1 --- a/slitaz-hacker/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/slitaz-hacker/receipt	Thu Feb 14 16:36:44 2008 +0100
     1.3 @@ -44,6 +44,9 @@
     1.4  			sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group
     1.5  		fi
     1.6  	fi
     1.7 +}
     1.8 +post_install()
     1.9 +{
    1.10  	# Change permissions.
    1.11  	#
    1.12  	echo -n "Chmodig all files in /home/hacker..."
     2.1 --- a/slitaz-hacker/stuff/profile	Wed Feb 13 15:26:29 2008 +0100
     2.2 +++ b/slitaz-hacker/stuff/profile	Thu Feb 14 16:36:44 2008 +0100
     2.3 @@ -8,28 +8,19 @@
     2.4  	export PATH
     2.5  fi
     2.6  
     2.7 -# Java home directory path.
     2.8 +# Java JRE (paths).
     2.9  #
    2.10 -#JAVA_HOME=$HOME/Bin/jre1.6.0_03
    2.11 +#JAVA_HOME=$HOME/.local/lib/jre1.6.0_03
    2.12  #JAVA_BINDIR=$JAVA_HOME/bin
    2.13 -#if [ -d "$HOME/Bin" ] ; then
    2.14 +#if [ -d "$JAVA_BINDIR" ] ; then
    2.15  #	export PATH=$JAVA_BINDIR:$PATH
    2.16  #fi
    2.17  
    2.18  # Environnement variables and prompt for Ash SHell
    2.19 -# or Bash.
    2.20 +# or Bash. Default is a classic prompt.
    2.21  #
    2.22 -
    2.23 -# Classic prompt.
    2.24  PS1='\u@\h:\w\$ '
    2.25  
    2.26 -# Light green and blue colored prompt.
    2.27 -#PS1='\e[1;32m\u@\h\e[0m:\e[1;34m\w\e[0m\$ '
    2.28 -
    2.29 -# Light blue or yellow.
    2.30 -#PS1='\e[1;34m\u@\h:\w\e[0m\$ '
    2.31 -#PS1='\[\033[1;33m\]\u@\h:\w\[\033[0m\]\$ '
    2.32 -
    2.33  EDITOR='nano'
    2.34  PAGER='less -EM'
    2.35