summaryrefslogtreecommitdiff
path: root/extra/webkit2gtk
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-05-19 19:53:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-05-19 19:53:26 +0200
commitec165a72ca24211afb6bcf21ae0d9c82c9578893 (patch)
treeaa46903de04c0f15fdab42fb110c49f8a96002a7 /extra/webkit2gtk
parent651722f2f0c15c62c753c73e088fe2f84e28f030 (diff)
downloadpackages-ec165a72ca24211afb6bcf21ae0d9c82c9578893.tar.xz
extra/webkit2gtk: fix for anothor make install issue (style.css)
Diffstat (limited to 'extra/webkit2gtk')
-rw-r--r--extra/webkit2gtk/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/webkit2gtk/PKGBUILD b/extra/webkit2gtk/PKGBUILD
index 36799daa..5686e4a5 100644
--- a/extra/webkit2gtk/PKGBUILD
+++ b/extra/webkit2gtk/PKGBUILD
@@ -22,3 +22,16 @@ eval "$(
s/\(cmake --build build\)/\1 || true/g
'
)"
+
+# work around:
+# CMake Error at Source/cmake_install.cmake:41 (file):
+# file INSTALL cannot find
+# "/build/webkit2gtk/src/build/Documentation/webkit2gtk-4.0/html/webkit2gtk-4.0/style.css".
+# Call Stack (most recent call first):
+# cmake_install.cmake:42 (include)
+eval "$(
+ declare -f package | \
+ sed '
+ s/\(.*cmake.*install\)/\1 || true/g
+ '
+)"