wok-next diff xorg/receipt @ rev 672

Busybox/tftpd: misc fix for PXE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 23 21:54:13 2008 +0000 (2008-04-23)
parents fd243e54bdc6
children 30d14453cdd1
line diff
     1.1 --- a/xorg/receipt	Mon Mar 10 19:00:14 2008 +0100
     1.2 +++ b/xorg/receipt	Wed Apr 23 21:54:13 2008 +0000
     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  }