dictd: fixed usr/sbin link.
This commit is contained in:
parent
5855c2a09c
commit
51237c4bfa
|
@ -8,6 +8,6 @@ service dict
|
|||
wait = no
|
||||
user = dictd
|
||||
group = dictd
|
||||
server = /usr/sbin/dictd
|
||||
server = /usr/bin/dictd
|
||||
server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8 -s
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dictd', based on the ArchLinux package by Sergej Pupykin
|
||||
pkgname=dictd
|
||||
version=1.12.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-dictorg --sbindir=/usr/bin --sysconfdir=/etc/dict"
|
||||
conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
||||
|
|
Loading…
Reference in New Issue