wok-next rev 21056

zim: fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 11:57:12 2018 +0200 (2018-12-03)
parents 49205cea4356
children 0cbe4b1f2230
files zim/receipt
line diff
     1.1 --- a/zim/receipt	Mon Dec 03 02:55:21 2018 +0200
     1.2 +++ b/zim/receipt	Mon Dec 03 11:57:12 2018 +0200
     1.3 @@ -20,7 +20,9 @@
     1.4  TAGS_std="wiki notebook"
     1.5  
     1.6  compile_rules() {
     1.7 -	python -B setup.py install --root=$install install || return 1
     1.8 +	[ "$HOME" == '/' ] && export HOME=/root # fix build problems
     1.9 +
    1.10 +	python -B setup.py install --root=$install --skip-xdg-cmd || return 1
    1.11  
    1.12  	find $install -type f -exec chmod g-w '{}' \;
    1.13  }