mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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
|
echo
|
||||||
else
|
else
|
||||||
# actions to execute if package is being installed.
|
# actions to execute if package is being installed.
|
||||||
mkdir -p /var/log/orientdb
|
mkdir -p var/log/orientdb
|
||||||
chown -R orientdb /var/lib/orientdb /etc/orientdb /var/log/orientdb /usr/lib/orientdb/bin
|
chown -R orientdb var/lib/orientdb etc/orientdb var/log/orientdb usr/lib/orientdb/bin
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'orientdb'
|
# Template file for 'orientdb'
|
||||||
pkgname=orientdb
|
pkgname=orientdb
|
||||||
version=2.2.29
|
version=2.2.29
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
conf_files="/etc/${pkgname}/*"
|
conf_files="/etc/${pkgname}/*"
|
||||||
wrksrc="${pkgname}-community-${version}"
|
wrksrc="${pkgname}-community-${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue