summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/xaric/xaric.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/xaric/xaric.SlackBuild b/network/xaric/xaric.SlackBuild
index 7172934bd3..c729e5fbd8 100644
--- a/network/xaric/xaric.SlackBuild
+++ b/network/xaric/xaric.SlackBuild
@@ -6,9 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20201122 bkw: BUILD=2, install icons to the right place.
+
PRGNAM=xaric
VERSION=${VERSION:-0.13.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,7 +76,7 @@ mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
cp -a $PRGNAM.xpm $PKG/usr/share/pixmaps
for i in 16 32 48; do
- dir=$PKG/usr/share/icons/${i}x${i}/apps
+ dir=$PKG/usr/share/icons/hicolor/${i}x${i}/apps
mkdir -p $dir
convert $PRGNAM.xpm -resize ${i}x${i}! $dir/$PRGNAM.png
done