mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
audio/tauonmb: Fix locale.
Signed-off-by: RSKYS <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fe1cabbb1b
commit
0215818832
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue