wok diff xorg/receipt @ rev 659

Up: slitaz-tools (2.0) - Netbox have server config (Pascal), installer in English (Paul) + misc improvement
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 23:43:53 2008 +0200 (2008-04-22)
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 Apr 22 23:43:53 2008 +0200
     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  }