# HG changeset patch # User Christophe Lincoln # Date 1203003404 -3600 # Node ID faba01f76e760e89e10234ecef1012cd654932c9 # Parent cf22fee17710c473a6e794c85de148c003c4509f Typo and fix in slitaz-hacker diff -r cf22fee17710 -r faba01f76e76 slitaz-hacker/receipt --- a/slitaz-hacker/receipt Wed Feb 13 15:26:29 2008 +0100 +++ b/slitaz-hacker/receipt Thu Feb 14 16:36:44 2008 +0100 @@ -44,6 +44,9 @@ sed -i s/'audio:x:20:'/'audio:x:20:hacker'/ $root/etc/group fi fi +} +post_install() +{ # Change permissions. # echo -n "Chmodig all files in /home/hacker..." diff -r cf22fee17710 -r faba01f76e76 slitaz-hacker/stuff/profile --- a/slitaz-hacker/stuff/profile Wed Feb 13 15:26:29 2008 +0100 +++ b/slitaz-hacker/stuff/profile Thu Feb 14 16:36:44 2008 +0100 @@ -8,28 +8,19 @@ export PATH fi -# Java home directory path. +# Java JRE (paths). # -#JAVA_HOME=$HOME/Bin/jre1.6.0_03 +#JAVA_HOME=$HOME/.local/lib/jre1.6.0_03 #JAVA_BINDIR=$JAVA_HOME/bin -#if [ -d "$HOME/Bin" ] ; then +#if [ -d "$JAVA_BINDIR" ] ; then # export PATH=$JAVA_BINDIR:$PATH #fi # Environnement variables and prompt for Ash SHell -# or Bash. +# or Bash. Default is a classic prompt. # - -# Classic prompt. PS1='\u@\h:\w\$ ' -# Light green and blue colored prompt. -#PS1='\e[1;32m\u@\h\e[0m:\e[1;34m\w\e[0m\$ ' - -# Light blue or yellow. -#PS1='\e[1;34m\u@\h:\w\e[0m\$ ' -#PS1='\[\033[1;33m\]\u@\h:\w\[\033[0m\]\$ ' - EDITOR='nano' PAGER='less -EM'