wok diff icedtea6-jre/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents b63f49cad2a3
children fff755dd0f58
line diff
     1.1 --- a/icedtea6-jre/receipt	Mon Sep 14 12:13:40 2015 -0300
     1.2 +++ b/icedtea6-jre/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -25,10 +25,10 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	ln -sf /usr/lib/jvm/java-icedtea/bin/java /usr/bin/java
     1.8 +	ln -sf /usr/lib/jvm/java-icedtea/bin/java "$1/usr/bin/java"
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	rm -f $1/usr/bin/java
    1.14 +	rm -f "$1/usr/bin/java"
    1.15  }