wok diff novnc/receipt @ rev 19175

Fill category 'localization'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 03 01:02:47 2016 +0300 (2016-06-03)
parents afac960ce4cf
children a78610b2eb47
line diff
     1.1 --- a/novnc/receipt	Sun Apr 13 02:20:46 2014 +0200
     1.2 +++ b/novnc/receipt	Fri Jun 03 01:02:47 2016 +0300
     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