From bfa0b2edc142cf32a74bcbb36632052a524c3437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Oct 2015 13:26:48 +0200 Subject: Rename couch package into opencouch Per request: https://github.com/ninenines/erlang.mk/issues/300 This commit also fixes issues with packages which have a different name than the application name. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index dc11ccd..04b31af 100644 --- a/test/Makefile +++ b/test/Makefile @@ -192,7 +192,7 @@ pkg-$1: clean build $(eval @ = pkg-$1) # Get the real application's name. - $(eval APP_NAME = `sed '2!d;s/pkg_$1_name = //' ../index/$1.mk`) + $(eval APP_NAME := $(shell sed '2!d;s/pkg_$1_name = //' ../index/$1.mk)) $i "Bootstrap a new OTP library in packages/$1_pkg" $t mkdir -p packages/$1_pkg/ -- cgit v1.2.3