aboutsummaryrefslogtreecommitdiffstats
path: root/dist/vespa.spec
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-08-22 13:51:59 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-08-22 13:51:59 +0200
commit53d6f6bf48eafd01490ec3d97cc9c1d918bce321 (patch)
tree3c326d2259d85bfed0f50a7d6f7e2e0533715a61 /dist/vespa.spec
parentb0c5517a54ce356abf0dd6cd5705846675ccf0db (diff)
/etc/profile.d scripts are sourced and should not be executable
Diffstat (limited to 'dist/vespa.spec')
-rw-r--r--dist/vespa.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 69a113c775c..50216f6fdde 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -201,7 +201,6 @@ getent passwd vespa >/dev/null || \
chmod a+rx %{_prefix}
echo "pathmunge %{_prefix}/bin" > /etc/profile.d/vespa.sh
echo "export VESPA_HOME=%{_prefix}" >> /etc/profile.d/vespa.sh
-chmod +x /etc/profile.d/vespa.sh
exit 0
%post