diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 737230b8..8d936763 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -43,7 +43,6 @@ init/couchdb: init/couchdb.tpl sed -e "s|%configure_input%|$@. Generated from $< by configure.|" \ -e "s|%bindir%|$(bindir)|" \ -e "s|%sysconfdir%|$(sysconfdir)|" \ - -e "s|%localerlangbindir%|$(localerlangbindir)|" \ -e "s|%localstaterundir%|$(localstaterundir)|" \ -e "s|%couchdb_command_name%|$(couchdb_command_name)|" \ < $< > $@ |