summaryrefslogtreecommitdiffstats
path: root/system/conky/conky.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-13 14:03:53 +0200
committer Matteo Bernardini2018-10-13 14:03:53 +0200
commit90a1c3817bd979d30eef880f5cbbdab1fdc96b69 (patch)
tree1a33d8fc1b5d12da92df48dd63c822804617a5f2 /system/conky/conky.SlackBuild
parente508b015d1f32339a2049795d646af143139eb87 (diff)
downloadslackbuilds-current-20181013.1.tar.gz
20181013.1 global branch merge.current-20181013.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/conky/conky.SlackBuild')
-rw-r--r--system/conky/conky.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild
index c3f4948c36..395bcdce69 100644
--- a/system/conky/conky.SlackBuild
+++ b/system/conky/conky.SlackBuild
@@ -87,6 +87,9 @@ 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 {} \;
+# Fix for the newer gcc
+patch -p1 < $CWD/conky-1.10.6-gcc7.patch
+
# fix MANDIR
sed -i 's,share/man/man1,man/man1,g' CMakeLists.txt