You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/08/21 14:33:14 UTC

svn commit: r687728 - /incubator/couchdb/trunk/etc/Makefile.am

Author: nslater
Date: Thu Aug 21 05:33:12 2008
New Revision: 687728

URL: http://svn.apache.org/viewvc?rev=687728&view=rev
Log:
changed chmod style

Modified:
    incubator/couchdb/trunk/etc/Makefile.am

Modified: incubator/couchdb/trunk/etc/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/Makefile.am?rev=687728&r1=687727&r2=687728&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/Makefile.am (original)
+++ incubator/couchdb/trunk/etc/Makefile.am Thu Aug 21 05:33:12 2008
@@ -77,5 +77,5 @@
 
 install-data-hook:
 	if test -n "$(init_DATA)"; then \
-	    chmod 755 "$(DESTDIR)$(initdir)/couchdb"; \
+	    chmod +x "$(DESTDIR)$(initdir)/couchdb"; \
 	fi