summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2019-07-25 03:58:15 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-27 08:06:17 +0700
commit63c5d9cadcd8b63a9d5f1ab7954955727bee86b5 (patch)
tree890566f85709012c0cc7a80d30def263b738cb23 /graphics
parent531d665784cad76d56ac7c058125ed2430312faa (diff)
downloadslackbuilds-63c5d9cadcd8b63a9d5f1ab7954955727bee86b5.tar.gz
slackbuilds-63c5d9cadcd8b63a9d5f1ab7954955727bee86b5.tar.xz
graphics/simple-scan: kill packaged gschemas.compiled
Thanks to B. Watson for the report. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/simple-scan/simple-scan.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/simple-scan/simple-scan.SlackBuild b/graphics/simple-scan/simple-scan.SlackBuild
index f781cab523..4014836c87 100644
--- a/graphics/simple-scan/simple-scan.SlackBuild
+++ b/graphics/simple-scan/simple-scan.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM="simple-scan"
VERSION=${VERSION:-3.25.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -78,6 +78,8 @@ sed -i 's,../src/src/,../src/,g' build/build.ninja
ninja -C build all install
+rm -f $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION