wok diff xorg-server-Xephyr/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents acc5cd1a7d8e
children 36ab68445ed7
line diff
     1.1 --- a/xorg-server-Xephyr/receipt	Fri Jan 03 12:43:42 2014 +0100
     1.2 +++ b/xorg-server-Xephyr/receipt	Sat Jun 25 13:38:04 2016 +0200
     1.3 @@ -24,5 +24,5 @@
     1.4  # We need /var/tmp rw to let xkbcomp builr XKB definition.
     1.5  post_install()
     1.6  {
     1.7 -	chmod 1777 $1/var/tmp
     1.8 +	chmod 1777 "$1/var/tmp"
     1.9  }