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/10/25 17:55:56 UTC

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

Author: nslater
Date: Sat Oct 25 08:55:56 2008
New Revision: 707854

URL: http://svn.apache.org/viewvc?rev=707854&view=rev
Log:
made default/couchdb a dist_ target

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=707854&r1=707853&r2=707854&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/Makefile.am (original)
+++ incubator/couchdb/trunk/etc/Makefile.am Sat Oct 25 08:55:56 2008
@@ -15,7 +15,7 @@
 default_sysconf_data = logrotate.d/couchdb
 
 if INIT
-init_sysconf_data = default/couchdb
+dist_init_sysconf_data = default/couchdb
 init_DATA = init/couchdb
 endif