wok-4.x rev 735
slitaz-tools: dont declare /etc/X11/screen.conf for now (boot script must be modified or...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 03 14:19:12 2008 +0200 (2008-05-03) |
parents | 3b9b5086a37d |
children | 8b87975620b2 |
files | slitaz-tools/receipt |
line diff
1.1 --- a/slitaz-tools/receipt Sat May 03 12:21:06 2008 +0200 1.2 +++ b/slitaz-tools/receipt Sat May 03 14:19:12 2008 +0200 1.3 @@ -70,8 +70,12 @@ 1.4 cd $WOK/$PACKAGE 1.5 1.6 # Declare /etc/X11/screen.conf 1.7 - mkdir -p $fs/etc/X11 1.8 - touch $fs/etc/X11/screen.conf 1.9 + # 1.10 + # At the moment if /etc/X11/screen.conf exist there is no 1.11 + # screen config with tazx in Live mode. 1.12 + # 1.13 + #mkdir -p $fs/etc/X11 1.14 + #touch $fs/etc/X11/screen.conf 1.15 1.16 chown -R root.root $fs 1.17 chmod -R 755 $fs/usr/bin