From 081daf1250c079efc38a6be9c04984718d441a1f Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 15 Jun 2008 16:49:21 +0000 Subject: removed abspath from makefiles git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667971 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/Makefile.am | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'etc/couchdb/Makefile.am') diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index 8bb80b4a..dc849354 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -19,18 +19,12 @@ couchjs_command_name = `echo couchjs | sed '$(transform)'` couchprivlibdir = $(erlanglibdir)/couch-$(version)/priv/lib -abs_bindir = $(abspath $(bindir)) -abs_pkgdatadir = $(abspath $(pkgdatadir)) -abs_pkgconfdir = $(abspath $(pkgconfdir)) -abs_pkgstatelibdir = $(abspath $(pkgstatelibdir)) -abs_pkgstatelogdir = $(abspath $(pkgstatelogdir)) - couch.ini: couch.ini.tpl - sed -e "s|%bindir%|$(abs_bindir)|g" \ - -e "s|%pkgconfdir%|$(abs_pkgconfdir)|g" \ - -e "s|%pkgdatadir%|$(abs_pkgdatadir)|g" \ - -e "s|%pkgstatelibdir%|$(abs_pkgstatelibdir)|g" \ - -e "s|%pkgstatelogdir%|$(abs_pkgstatelogdir)|g" \ + sed -e "s|%bindir%|$(bindir)|g" \ + -e "s|%pkgconfdir%|$(pkgconfdir)|g" \ + -e "s|%pkgdatadir%|$(pkgdatadir)|g" \ + -e "s|%pkgstatelibdir%|$(pkgstatelibdir)|g" \ + -e "s|%pkgstatelogdir%|$(pkgstatelogdir)|g" \ -e "s|%couchprivlibdir%|$(couchprivlibdir)|g" \ -e "s|%couchjs_command_name%|$(couchjs_command_name)|g" \ < $< > $@ -- cgit v1.2.3