wok-6.x diff ufr2/receipt @ rev 18713
Translations for Science category (thanks Aleksej)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Dec 16 20:44:08 2015 +0100 (2015-12-16) |
parents | b0c60d808e5c |
children | 9e01bc6321ea |
line diff
1.1 --- a/ufr2/receipt Mon Sep 16 12:32:27 2013 +0000 1.2 +++ b/ufr2/receipt Wed Dec 16 20:44:08 2015 +0100 1.3 @@ -91,13 +91,13 @@ 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 /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 "================================================================================" 1.12 echo -n "Do you accept the license (y/N) : "; read anser 1.13 if [ "$anser" = "N" ]; then 1.14 echo "You did not accept the license, Removing the pkg." 1.15 - tazpkg remove "$PACKAGE" 1.16 + chroot "$1/" tazpkg remove "$PACKAGE" 1.17 fi 1.18 }