Zotero .desktop fix

This commit is contained in:
2020-08-12 12:35:52 +02:00
parent 372a51cb04
commit 874c830a5f
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ S="${WORKDIR}"
src_prepare() {
default
sed -e 's|CALLDIR=.*|CALLDIR="/opt/Zotero"|' -i Zotero_linux-x86_64/zotero || die
sed -e 's|Exec=.*|Exec=bash -c "/opt/Zotero/zotero -url %U"|' -i Zotero_linux-x86_64/zotero.desktop || die
}
src_install() {