diff options
author | Noah Slater <nslater@apache.org> | 2008-08-21 12:33:12 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-08-21 12:33:12 +0000 |
commit | 3b27e24cbcc3437568ba9e1a070ae13361c92303 (patch) | |
tree | 610290b68ce564165864067cee6c116562202d5b /etc | |
parent | 99d95ef4e476a0bf8387c1ca02c066387c1040fd (diff) |
changed chmod style
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index ec62fd19..ecbe47bc 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -77,5 +77,5 @@ launchd/org.apache.couchdb.plist: launchd/org.apache.couchdb.plist.tpl install-data-hook: if test -n "$(init_DATA)"; then \ - chmod 755 "$(DESTDIR)$(initdir)/couchdb"; \ + chmod +x "$(DESTDIR)$(initdir)/couchdb"; \ fi |