orientdb: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:15:58 -03:00
parent 60c4dd5349
commit 5d397d79fa
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@ post)
echo
else
# actions to execute if package is being installed.
mkdir -p /var/log/orientdb
chown -R orientdb /var/lib/orientdb /etc/orientdb /var/log/orientdb /usr/lib/orientdb/bin
mkdir -p var/log/orientdb
chown -R orientdb var/lib/orientdb etc/orientdb var/log/orientdb usr/lib/orientdb/bin
fi
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'orientdb'
pkgname=orientdb
version=2.2.29
revision=1
revision=2
only_for_archs="i686 x86_64"
conf_files="/etc/${pkgname}/*"
wrksrc="${pkgname}-community-${version}"