You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/02/29 07:57:32 UTC

svn commit: r1294988 - /incubator/mesos/trunk/src/Makefile.am

Author: benh
Date: Wed Feb 29 06:57:32 2012
New Revision: 1294988

URL: http://svn.apache.org/viewvc?rev=1294988&view=rev
Log:
Webui data files should not be installed as executable (contributed by Charles Reiss).

Modified:
    incubator/mesos/trunk/src/Makefile.am

Modified: incubator/mesos/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.am?rev=1294988&r1=1294987&r2=1294988&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.am (original)
+++ incubator/mesos/trunk/src/Makefile.am Wed Feb 29 06:57:32 2012
@@ -65,7 +65,7 @@ bin_PROGRAMS =
 pkglibexec_PROGRAMS =
 dist_pkglibexec_SCRIPTS =
 webui_SCRIPTS =
-nobase_dist_webui_SCRIPTS =
+nobase_dist_webui_DATA =
 check_PROGRAMS =
 dist_check_SCRIPTS =
 check_SCRIPTS =
@@ -336,7 +336,7 @@ WEBUISCRIPTS = webui/bottle-0.8.3/bottle
                webui/slave/webui.py			\
                webui/static/stylesheet.css
 
-nobase_dist_webui_SCRIPTS += $(WEBUISCRIPTS)
+nobase_dist_webui_DATA += $(WEBUISCRIPTS)
 
 
 # We also need to include the killtree script.