summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2019-01-04 23:38:34 +0100
committer Andrew Clemons2019-01-04 23:41:13 +0100
commit3dd982d99fcb88495d33354d237c32f4c4971a41 (patch)
tree1effdd347198be419e80b68bc0924e5b3c42c20f
parentdf97bab7dd46d32722f8f1f7e9fb1fadcb237cca (diff)
downloadslackbuilds-3dd982d99fcb88495d33354d237c32f4c4971a41.tar.gz
libraries/appstream-glib: Fix building with meson 0.49.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--libraries/appstream-glib/appstream-glib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild
index 594b01e171..fbee5b1951 100644
--- a/libraries/appstream-glib/appstream-glib.SlackBuild
+++ b/libraries/appstream-glib/appstream-glib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for appstream-glib
-# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -82,7 +82,7 @@ meson \
build
# not sure why this is necessary
-sed -i "/^ COMMAND = \\/usr\\/bin\\/g-ir-scanner/s/-lyaml //" build/build.ninja
+sed -i "/^ COMMAND = \\/usr\\/bin\\/g-ir-scanner/s/-lyaml//" build/build.ninja
ninja -C build
DESTDIR=$PKG ninja -C build install