wok-current diff xorg-server-Xephyr/receipt @ rev 19358
syslinux/iso2exe: fix partition scan (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 31 11:28:07 2016 +0200 (2016-07-31) |
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 Sun Jul 31 11:28:07 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 }