wok-next diff ufr2/receipt @ rev 19428

syslinux/isohybrid: random uuid in gpt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 10:31:58 2016 +0200 (2016-10-01)
parents dfef8de3d270
children 7506b35e1c6f
line diff
     1.1 --- a/ufr2/receipt	Fri Jan 30 10:17:37 2015 +0100
     1.2 +++ b/ufr2/receipt	Sat Oct 01 10:31:58 2016 +0200
     1.3 @@ -91,7 +91,7 @@
     1.4      echo "The license is stored in /usr/share/licenses/$PACKAGE "    
     1.5      echo -n "Would you like to read the license (y/N) : "; read anser
     1.6      if [ "$anser" = "y" ]; then
     1.7 -		cat $1/usr/share/licenses/"$PACKAGE"/LICENSE | more	
     1.8 +		cat "$1/usr/share/licenses/$PACKAGE/LICENSE" | more	
     1.9  		echo "" 		
    1.10  	fi
    1.11  	echo "================================================================================"