wok-tiny diff module-fuse/receipt @ rev 145

typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 01 19:47:47 2019 +0200 (2019-09-01)
parents 8af7d8943f03
children 2c80994c5e30
line diff
     1.1 --- a/module-fuse/receipt	Fri Apr 01 23:34:24 2016 +0200
     1.2 +++ b/module-fuse/receipt	Sun Sep 01 19:47:47 2019 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	grep -qs ${PACKAGE#*-} $1/modules || echo ${PACKAGE#*-} >> $1/modules
     1.8 +	grep -qs ^${PACKAGE#*-}$ $1/modules || echo ${PACKAGE#*-} >> $1/modules
     1.9  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    1.10  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    1.11  }