wok-current diff boinc/receipt @ rev 21277
updated libpng+apng and libpng+apng-dev (1.6.28 -> 1.6.36)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 17:35:29 2019 +0100 (2019-04-12) |
parents | a78610b2eb47 |
children | 21797bd5599c |
line diff
1.1 --- a/boinc/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/boinc/receipt Fri Apr 12 17:35:29 2019 +0100 1.3 @@ -70,7 +70,7 @@ 1.4 echo 1.5 echo -n "Delete user boinc and /var/lib/boinc (yes/No) ? : " 1.6 read -t 30 answer 1.7 - if [ "$answer" == "yes" ]; then 1.8 + if [ "$answer" = "yes" ]; then 1.9 chroot "$1/" deluser boinc 1.10 rm -r "$1/var/lib/boinc" 1.11 else