wok-4.x rev 418
Fix failed message when installin meta pkg xorg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 21:51:13 2008 +0100 (2008-03-12) |
parents | c05ff7572e16 |
children | ccaed29b8fb1 |
files | xorg/receipt |
line diff
1.1 --- a/xorg/receipt Wed Mar 12 19:54:03 2008 +0000 1.2 +++ b/xorg/receipt Wed Mar 12 21:51:13 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 }