orientdb: remove old conf_files=
This commit is contained in:
parent
09792f76ba
commit
f4129480ae
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=orientdb
|
|||
version=2.2.29
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
conf_files="/etc/orientdb/hazelcast.xml"
|
||||
conf_files="/etc/${pkgname}/*"
|
||||
wrksrc="${pkgname}-community-${version}"
|
||||
depends="virtual?java-runtime"
|
||||
short_desc="Distributed Graph Database"
|
||||
|
@ -14,7 +14,6 @@ homepage="http://orientdb.com"
|
|||
distfiles="http://www.orientdb.com/download.php?email=unknown@unknown.com&file=orientdb-community-${version}.tar.gz&os=linux>orientdb-community-${version}.tar.gz"
|
||||
checksum=0e4f5d5150afcfb509dcafd6dced587d70f521dab4e27980e30c76c69be78ea9
|
||||
system_accounts="orientdb"
|
||||
conf_files="/etc/${pkgname}/*"
|
||||
|
||||
do_install() {
|
||||
vmkdir 'usr/lib/orientdb'
|
||||
|
|
Loading…
Reference in a new issue