wok rev 1593

get-java6-jre: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 17 13:29:48 2008 +0000 (2008-10-17)
parents 713badbd8ef9
children 270174cf554e
files get-java6-jre/stuff/get-java6-jre.sh
line diff
     1.1 --- a/get-java6-jre/stuff/get-java6-jre.sh	Fri Oct 17 13:11:57 2008 +0000
     1.2 +++ b/get-java6-jre/stuff/get-java6-jre.sh	Fri Oct 17 13:29:48 2008 +0000
     1.3 @@ -62,8 +62,8 @@
     1.4  {
     1.5  	echo "Processing post install commands..."
     1.6  	for i in /usr/lib/firefox*; do
     1.7 -		[ -d $i ] || continue
     1.8 -		cd $i/plugins
     1.9 +		[ -d \$i ] || continue
    1.10 +		cd \$i/plugins
    1.11  		ln -s /usr/lib/java/jre\$VERSION/plugin/i386/ns7/libjavaplugin_oji.so
    1.12  	done
    1.13