From 3b27e24cbcc3437568ba9e1a070ae13361c92303 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 21 Aug 2008 12:33:12 +0000 Subject: changed chmod style git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687728 13f79535-47bb-0310-9956-ffa450edef68 --- etc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3