wok rev 433
lxpanel: do not write into /usr (fixed)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 14 13:39:35 2008 +0000 (2008-03-14) |
parents | 1662eaca9d8f |
children | 622776c38c8f |
files | lxpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Fri Mar 14 13:29:29 2008 +0000 1.2 +++ b/lxpanel/receipt Fri Mar 14 13:39:35 2008 +0000 1.3 @@ -37,6 +37,7 @@ 1.4 $fs/usr/share/lxpanel/profile/original 1.5 cp -a stuff/default $fs/usr/share/lxpanel/profile/ 1.6 # Move profile to /etc/lxpanel (/usr maybe read-only) 1.7 + mkdir $fs/etc 1.8 mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 1.9 ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 1.10 }