diff options
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index d5356ceb..9f686780 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -10,9 +10,9 @@ ## License for the specific language governing permissions and limitations ## under the License. -pkgconf_DATA = couch.ini +localconf_DATA = couch.ini -CLEANFILES = $(pkgconf_DATA) +CLEANFILES = $(localconf_DATA) transform = @program_transform_name@ couchjs_command_name = `echo couchjs | sed '$(transform)'` |