From e6c7abebdfc47dfda643032e42af1e03fd118cfd Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 4 Jun 2012 17:20:07 +0200 Subject: [PATCH] beesh: Increase buildtype priority of python modules --- src/beesh.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/beesh.sh.in b/src/beesh.sh.in index 4a76d57..536636e 100644 --- a/src/beesh.sh.in +++ b/src/beesh.sh.in @@ -785,8 +785,9 @@ bee_buildmagic=$(${BEE_BINDIR}/beeuniq ${BEE_BUILDTYPE[@]} \ autogen \ perl-module \ perl-module-makemaker \ + python-module \ make \ - python-module) + ) BEE_BUILDTYPE="" for t in ${bee_buildmagic[@]} ; do