wok diff xorg/receipt @ rev 424
Up: slitaz-tools (1.9.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 13 16:38:42 2008 +0100 (2008-03-13) |
parents | fd243e54bdc6 |
children | 30d14453cdd1 |
line diff
1.1 --- a/xorg/receipt Mon Mar 10 19:00:14 2008 +0100 1.2 +++ b/xorg/receipt Thu Mar 13 16:38:42 2008 +0100 1.3 @@ -47,6 +47,7 @@ 1.4 do 1.5 tazwok genpkg $pkg 1.6 done 1.7 - # Just to have a dir. 1.8 - mkdir -p $fs/usr/share/X11 1.9 + # Have a file to avoid errors with tazpkg install. 1.10 + mkdir -p $fs/etc/X11 1.11 + echo "$VERSION" > $fs/etc/X11/version 1.12 }