index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-19 19:53:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-19 19:53:26 +0200 |
commit | ec165a72ca24211afb6bcf21ae0d9c82c9578893 (patch) | |
tree | aa46903de04c0f15fdab42fb110c49f8a96002a7 | |
parent | 651722f2f0c15c62c753c73e088fe2f84e28f030 (diff) |
-rw-r--r-- | extra/webkit2gtk/PKGBUILD | 13 |
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 + ' +)" |