wok diff ufr2/receipt @ rev 19517

syslinux: doc cooker links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 22 22:39:36 2016 +0100 (2016-11-22)
parents dfef8de3d270
children 6135577f4d08
line diff
     1.1 --- a/ufr2/receipt	Fri Jan 30 10:17:37 2015 +0100
     1.2 +++ b/ufr2/receipt	Tue Nov 22 22:39:36 2016 +0100
     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 "================================================================================"