summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/bash/bash-4.2/run-ptest2
-rw-r--r--meta/recipes-extended/bash/bash.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash-4.2/run-ptest b/meta/recipes-extended/bash/bash-4.2/run-ptest
index 66f1eee543..8dd3b9981d 100644
--- a/meta/recipes-extended/bash/bash-4.2/run-ptest
+++ b/meta/recipes-extended/bash/bash-4.2/run-ptest
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2echo Makefile: | make -f Makefile -f - -k THIS_SH=/bin/bash BUILD_DIR=. runtest 2make -k THIS_SH=/bin/bash BUILD_DIR=. runtest
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index c619f824e9..2f4519cdda 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -40,6 +40,7 @@ do_install_append () {
40do_install_ptest () { 40do_install_ptest () {
41 make INSTALL_TEST_DIR=${D}${PTEST_PATH}/tests install-test 41 make INSTALL_TEST_DIR=${D}${PTEST_PATH}/tests install-test
42 cp ${B}/Makefile ${D}${PTEST_PATH} 42 cp ${B}/Makefile ${D}${PTEST_PATH}
43 sed -i 's/^Makefile/_Makefile/' ${D}${PTEST_PATH}/Makefile
43} 44}
44 45
45pkg_postinst_${PN} () { 46pkg_postinst_${PN} () {