From 837ed417d894c17fcd13796b320427228b3c4c51 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 25 Feb 2010 17:11:14 +0000 Subject: [PATCH] Making sure that 'make' command is executed into the correct folder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33130 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildout/Makefile b/buildout/Makefile index af17a177c6..fce534b315 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -40,8 +40,7 @@ assert-parts-libs: debian-appliance: svn co https://svn.erp5.org/repos/public/spec/debian-erp5-appliance/ debian-erp5-appliance - cd debian-erp5-appliance/$(INSTALL_PATH) - make + cd debian-erp5-appliance/$(INSTALL_PATH); $(MAKE) $(MFLAGS) rm -rf debian-erp5-appliance/*.txt rm -rf `find . -type d -name .svn` rm -rf `find . -name *.pyc` -- 2.30.9