diff options
author | RSKYS <Pouria.rz@outlook.com> | 2021-11-21 10:35:28 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 22:43:12 +0700 |
commit | 021581883293ea63130989ea77be4b85e7cc8286 (patch) | |
tree | 6b1eda10704e22b3338b09547fc52a14541c9613 | |
parent | fe1cabbb1b0cf06dee12915d071bfe73dc1fed60 (diff) |
audio/tauonmb: Fix locale.
Signed-off-by: RSKYS <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/tauonmb/tauonmb.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index bc8cd61b90ae..d0061ed4030c 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -86,11 +86,11 @@ ln -s /opt/tauon-music-box/$PRGNAM.sh $PKG/usr/bin/tauon cd $PKG/opt/tauon-music-box -mv locale $PKG/usr/share/ - mkdir -p $PKG/usr/share/applications cp extra/$PRGNAM.desktop $PKG/usr/share/applications/ +mv locale $PKG/usr/share/ + mkdir -p $PKG/usr/share/icons/hicolor/{scalable,symbolic}/apps cp extra/$PRGNAM.svg $PKG/usr/share/icons/hicolor/scalable/apps/ cp extra/$PRGNAM-symbolic.svg $PKG/usr/share/icons/hicolor/symbolic/apps/ |