summaryrefslogtreecommitdiffstats
path: root/source/x/fcitx5/fcitx5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/fcitx5/fcitx5.SlackBuild')
-rwxr-xr-xsource/x/fcitx5/fcitx5.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/x/fcitx5/fcitx5.SlackBuild b/source/x/fcitx5/fcitx5.SlackBuild
index ce3d80a10..cda538784 100755
--- a/source/x/fcitx5/fcitx5.SlackBuild
+++ b/source/x/fcitx5/fcitx5.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2012 vvoody <vvoodywang@gmail.com>
-# Copyright 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2018, 2020, 2023 Patrick J. Volkerding, Sebeka, MN, USA
#
# All rights reserved.
#
@@ -87,8 +87,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/7fb3a5500270877d93b61b11b2a17b9b8f6a506b.patch.gz | patch -p1 --verbose || exit 1
-
mkdir build
cd build
cmake \