summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-18 16:37:50 +0200
committerHans de Goede <hdegoede@redhat.com>2011-04-19 16:12:33 +0200
commit9145b7b29d08dc04331b63c912ea3a9dde1b8750 (patch)
treec70fc757f36364de76b77421467c192bd9d9ea23
parente25d2676a2d3eef2cd549dcf7716e415765450ca (diff)
spice-vdagentd initscript should have +x
It was mistakenly marked as non-executable, resulting in a non-functional script after installation.
-rw-r--r--Makefile.am4
-rwxr-xr-x[-rw-r--r--]data/spice-vdagentd0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ed8aa2..f882c97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,6 @@ gdmautostartdir = $(datadir)/gdm/autostart/LoginWindow
gdmautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop
initdir = $(sysconfdir)/rc.d/init.d
-init_DATA = $(top_srcdir)/data/spice-vdagentd
+init_SCRIPTS = $(top_srcdir)/data/spice-vdagentd
-EXTRA_DIST = $(xdgautostart_DATA) $(gdmautostart_DATA) $(init_DATA)
+EXTRA_DIST = $(xdgautostart_DATA) $(gdmautostart_DATA) $(init_SCRIPTS)
diff --git a/data/spice-vdagentd b/data/spice-vdagentd
index 306de6b..306de6b 100644..100755
--- a/data/spice-vdagentd
+++ b/data/spice-vdagentd