apache-storm: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
b6e099991a
commit
e963126232
|
@ -3,8 +3,8 @@ case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" != "yes" ]; then
|
if [ "$UPDATE" != "yes" ]; then
|
||||||
# actions to execute if package is being installed.
|
# actions to execute if package is being installed.
|
||||||
mkdir -p /var/log/apache-storm
|
mkdir -p var/log/apache-storm
|
||||||
chown -R storm:storm /var/lib/apache-storm /var/log/apache-storm
|
chown -R storm:storm var/lib/apache-storm var/log/apache-storm
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache-storm'
|
# Template file for 'apache-storm'
|
||||||
pkgname=apache-storm
|
pkgname=apache-storm
|
||||||
version=0.9.4
|
version=0.9.4
|
||||||
revision=2
|
revision=3
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="virtual?java-runtime python"
|
depends="virtual?java-runtime python"
|
||||||
short_desc="Distributed realtime computation system"
|
short_desc="Distributed realtime computation system"
|
||||||
|
|
Loading…
Reference in New Issue