diff options
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index f7d5382b73..cb7aa7ff21 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -24,7 +24,7 @@ # Modified by Matteo Bernardini <ponce@slackbuilds.org> PRGNAM=lxpanel -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-20140725_175f73d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # use some sane defaults install -m 0644 $CWD/config/config \ - $PKG/usr/share/$PRGNAM/profile/default/config + $PKG/etc/xdg/lxpanel/default/config install -m 0644 $CWD/config/panel \ - $PKG/usr/share/$PRGNAM/profile/default/panels/panel + $PKG/etc/xdg/lxpanel/default/panels/panel mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |