wok diff novnc/receipt @ rev 19863

syslinux/bootiso.S: remove VCPI code (duplicate/tazboot)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 26 15:53:23 2017 +0200 (2017-03-26)
parents afac960ce4cf
children a78610b2eb47
line diff
     1.1 --- a/novnc/receipt	Sun Apr 13 02:20:46 2014 +0200
     1.2 +++ b/novnc/receipt	Sun Mar 26 15:53:23 2017 +0200
     1.3 @@ -37,12 +37,12 @@
     1.4  post_install()
     1.5  {
     1.6  	which openssl > /dev/null &&
     1.7 -	openssl req -new -x509 -keyout $1/usr/share/novnc/self.pem \
     1.8 -		-out $1/usr/share/novnc/self.pem -days 3650 -nodes <<EOT
     1.9 -$(. /etc/locale.conf ; echo ${LANG#*_})
    1.10 -$(cat /etc/TZ)
    1.11 +	openssl req -new -x509 -keyout "$1/usr/share/novnc/self.pem" \
    1.12 +		-out "$1/usr/share/novnc/self.pem" -days 3650 -nodes <<EOT
    1.13 +$(. "$1/etc/locale.conf" ; echo ${LANG#*_})
    1.14 +$(cat "$1/etc/TZ")
    1.15  
    1.16 -$(cat /etc/hostname)
    1.17 +$(cat "$1/etc/hostname")
    1.18  
    1.19  
    1.20