orientdb: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
60c4dd5349
commit
5d397d79fa
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue