aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 13:26:48 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 13:26:48 +0200
commitbfa0b2edc142cf32a74bcbb36632052a524c3437 (patch)
tree5fb3fb0599b02ba1dc67d6c01d5ce6a31b647d5a /test/Makefile
parent7f1ace7622a5a9e046b8ae10accc8169ab59b047 (diff)
downloaderlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.tar.gz
erlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.tar.bz2
erlang.mk-bfa0b2edc142cf32a74bcbb36632052a524c3437.zip
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.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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/