wok-current rev 5053
fix typos: libgphoto2
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sat Mar 06 18:51:17 2010 +0000 (2010-03-06) |
parents | 11f6754dd242 |
children | ffa5931912e6 |
files | libgphoto2/receipt |
line diff
1.1 --- a/libgphoto2/receipt Sat Mar 06 18:48:28 2010 +0000 1.2 +++ b/libgphoto2/receipt Sat Mar 06 18:51:17 2010 +0000 1.3 @@ -68,7 +68,7 @@ 1.4 root=$1 1.5 1.6 # add group camera 1.7 - if [ ! grep -q camera $root/etc/group ]; then 1.8 + if ! grep -q camera $root/etc/group ; then 1.9 addgroup -g 97 camera 1.10 fi 1.11