mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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:
parent
feea2d1656
commit
4588318d93
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . ./conf
|
[ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'deluge'
|
# Template file for 'deluge'
|
||||||
pkgname=deluge
|
pkgname=deluge
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
revision=12
|
revision=13
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# TODO package python3-slimit to minify javascript
|
# TODO package python3-slimit to minify javascript
|
||||||
hostmakedepends="intltool python3-setuptools python3-wheel"
|
hostmakedepends="intltool python3-setuptools python3-wheel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue