diff --git a/srcpkgs/apache-storm/INSTALL b/srcpkgs/apache-storm/INSTALL index 453c89e2334..a5966cd062a 100644 --- a/srcpkgs/apache-storm/INSTALL +++ b/srcpkgs/apache-storm/INSTALL @@ -3,8 +3,8 @@ case "$ACTION" in post) if [ "$UPDATE" != "yes" ]; then # actions to execute if package is being installed. - mkdir -p /var/log/apache-storm - chown -R storm:storm /var/lib/apache-storm /var/log/apache-storm + mkdir -p var/log/apache-storm + chown -R storm:storm var/lib/apache-storm var/log/apache-storm fi ;; esac diff --git a/srcpkgs/apache-storm/template b/srcpkgs/apache-storm/template index cbcf756f784..dced253fbcb 100644 --- a/srcpkgs/apache-storm/template +++ b/srcpkgs/apache-storm/template @@ -1,7 +1,7 @@ # Template file for 'apache-storm' pkgname=apache-storm version=0.9.4 -revision=2 +revision=3 only_for_archs="i686 x86_64" depends="virtual?java-runtime python" short_desc="Distributed realtime computation system"