diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-11-27 18:43:28 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-11-27 18:43:28 +0000 |
commit | e752a53b9a213efdb2a1b38d7d5e3bca1f904fad (patch) | |
tree | 97debf91e4696f6f0d2da2e59dbbc62c27c72a1e /src | |
parent | c58e0576d327cc0830eecfc87951921c788e43f2 (diff) |
Force couchspawnkillable to be executable.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@884948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/priv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index 8c4383dc..5b76f8cd 100644 --- a/src/couchdb/priv/Makefile.am +++ b/src/couchdb/priv/Makefile.am @@ -63,6 +63,7 @@ endif if !WINDOWS couchspawnkillable: spawnkillable/couchspawnkillable.sh cp $< $@ + chmod +x $@ endif # libtool and automake have defeated markh. For each of our executables |