mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
rekonq fix to disable dutch translation
This commit is contained in:
parent
d4defed16f
commit
70defd97de
@ -22,6 +22,10 @@ md5sums=('efa2f8ded1d4b405013ab28d4a6a3911')
|
||||
|
||||
build(){
|
||||
cd ${srcdir}
|
||||
|
||||
#Ignore dutch translation cause it was causing issues with 0.9.0
|
||||
sed -i -e "s/add_subdirectory(nl)/#add_subdirectory(nl)/" ${srcdir}/${pkgname}-${pkgver}/doc/CMakeLists.txt
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
|
Loading…
Reference in New Issue
Block a user