From 12374d96e4b6130bdd26cb9b688c2ddc95f77d0d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Dec 2014 09:16:55 -0500 Subject: trove: switch to basename basename -s is not unviversally supported, so we switch to something more standard. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-trove_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index f705708..ae6defd 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb @@ -67,7 +67,7 @@ do_install_append() { cp -r ${TEMPLATE_CONF_DIR}/* ${TROVE_CONF_DIR} for file in trove.conf trove-conductor.conf trove-taskmanager.conf trove-guestagent.conf; do - LOG_FILE=`basename -s .conf $file` + LOG_FILE=`basename $file .conf` # Install config files. install -m 600 "${TEMPLATE_CONF_DIR}/${file}.sample" \ -- cgit v1.2.3-54-g00ecf