wok-stable diff xorg/receipt @ rev 453

We want Tsclient in the menu
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 18 14:46:26 2008 +0100 (2008-03-18)
parents fd243e54bdc6
children 30d14453cdd1
line diff
     1.1 --- a/xorg/receipt	Mon Mar 10 19:00:14 2008 +0100
     1.2 +++ b/xorg/receipt	Tue Mar 18 14:46:26 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  }