index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-20 17:19:43 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-05-20 17:19:43 +0200 |
commit | 3daa420a668c19a71637e369e1f137785f0f31e8 (patch) | |
tree | 2dce9773f23382b73ad5378e01f62fef1b30f148 /extra/webkit2gtk | |
parent | e2868230b8a85123ac582019596dcdd6018294a0 (diff) |
-rw-r--r-- | extra/webkit2gtk/PKGBUILD | 13 |
diff --git a/extra/webkit2gtk/PKGBUILD b/extra/webkit2gtk/PKGBUILD index 5686e4a5..36799daa 100644 --- a/extra/webkit2gtk/PKGBUILD +++ b/extra/webkit2gtk/PKGBUILD @@ -22,16 +22,3 @@ 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 - ' -)" |