Commit 837ed417 authored by Lucas Carvalho's avatar Lucas Carvalho

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
parent 2eba8a3e
......@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment