deluge: fix config location

https://github.com/void-linux/void-packages/issues/31690#issuecomment-901012340

Programming is hard, let's go shopping.
This commit is contained in:
Đoàn Trần Công Danh 2021-08-18 17:52:18 +07:00
parent feea2d1656
commit 4588318d93
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec deluged -d -U deluge -g deluge -c /var/lib/deluge/.config ${OPTS} 2>&1
exec deluged -d -U deluge -g deluge -c /var/lib/deluge/.config/deluge ${OPTS} 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'deluge'
pkgname=deluge
version=2.0.3
revision=12
revision=13
build_style=python3-module
# TODO package python3-slimit to minify javascript
hostmakedepends="intltool python3-setuptools python3-wheel"