wok diff ufr2/receipt @ rev 20268
syslinux/isohybrid.sh: align efi partition to next MB
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 23:25:35 2018 +0100 (2018-03-16) |
parents | dfef8de3d270 |
children | 6135577f4d08 |
line diff
1.1 --- a/ufr2/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/ufr2/receipt Fri Mar 16 23:25:35 2018 +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 "================================================================================"