summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-08 19:02:21 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:36:00 +0100
commitb7ff351d9984a7dfbb9f4188dd3dd907f87d17e8 (patch)
tree56906440c1025a4789a9c3af13971bb9db77887f /desktop
parent1610858349c9b586339821907d80f2bde6adddec (diff)
downloadslackbuilds-b7ff351d9984a7dfbb9f4188dd3dd907f87d17e8.tar.gz
desktop/faba-icon-theme: Fixed ninja build.
This was broken by 9c43930 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/faba-icon-theme/faba-icon-theme.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
index 5ea6c1015f..83c5fcb103 100644
--- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
+++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild
@@ -60,14 +60,12 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-"${NINJA:=ninja}"
meson \
--prefix=/usr \
--datadir=/usr/share \
build
-$NINJA -C build
-DESTDIR=$PKG $NINJA -C build install
+DESTDIR=$PKG "${NINJA:=ninja}" -C build install
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION