wok rev 12684
slitaz-configs: Fix new Openbox file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 01 23:45:58 2012 +0200 (2012-05-01) |
parents | 76dabc3432a1 |
children | f31800de17f0 |
files | slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs/receipt Tue May 01 22:06:37 2012 +0200 1.2 +++ b/slitaz-configs/receipt Tue May 01 23:45:58 2012 +0200 1.3 @@ -14,10 +14,10 @@ 1.4 1.5 # Rules to gen a SliTaz package suitable for Tazpkg. 1.6 genpkg_rules() 1.7 -{ 1.8 +{ 1.9 # Copy rootfs files from the stuff and set permissions. 1.10 mkdir -p $fs/etc/xdg/openbox $fs/usr/share 1.11 - for f in menu.en.xml menu.xml autostart.sh rc.xml 1.12 + for f in menu.en.xml menu.xml autostart environment rc.xml 1.13 do 1.14 cp -a $src/rootfs/etc/xdg/openbox/$f $fs/etc/xdg/openbox 1.15 done