diod: fix conf_files (this expects abs paths).
This commit is contained in:
parent
6bb2e2b6e6
commit
a8f8fd3c06
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'diod'
|
||||
pkgname=diod
|
||||
version=1.0.24
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
conf_files="etc/diod.conf"
|
||||
conf_files="/etc/diod.conf"
|
||||
hostmakedepends="autoconf"
|
||||
makedepends="libcap-devel ncurses-devel attr-devel popt-devel gperftools-devel lua51-devel munge-devel"
|
||||
short_desc="I/O forwarding server for 9P"
|
||||
|
|
Loading…
Reference in a new issue