# HG changeset patch # User Pascal Bellard # Date 1205501975 0 # Node ID 9c9707b641ca174fad66132042dc44bfb537dd57 # Parent 1662eaca9d8f669ca4e7e7c2694c1cae2d560710 lxpanel: do not write into /usr (fixed) diff -r 1662eaca9d8f -r 9c9707b641ca lxpanel/receipt --- a/lxpanel/receipt Fri Mar 14 13:29:29 2008 +0000 +++ b/lxpanel/receipt Fri Mar 14 13:39:35 2008 +0000 @@ -37,6 +37,7 @@ $fs/usr/share/lxpanel/profile/original cp -a stuff/default $fs/usr/share/lxpanel/profile/ # Move profile to /etc/lxpanel (/usr maybe read-only) + mkdir $fs/etc mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile }