From: garciadeblas Date: Mon, 24 Apr 2017 09:50:03 +0000 (+0200) Subject: Updated Makefile to copy files to .build folder X-Git-Tag: v2.0.0~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=a64b2625810744bd16a01a737976eca01b7d3518 Updated Makefile to copy files to .build folder Change-Id: I438ed2ae4c3167da78897870f66d2635b5ab2392 Signed-off-by: garciadeblas --- diff --git a/Makefile b/Makefile index 71425c6c..9189cf7c 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ package: clean clean_deb prepare cd build && cp osm_ro/scripts/python-osm-ro.postinst deb_dist/osm-ro*/debian/ cd build/deb_dist/osm-ro* && dpkg-buildpackage -rfakeroot -uc -us mkdir -p .build - cp build/deb_dist/python-*.deb ./build/ + cp build/deb_dist/python-*.deb .build/ snap: echo "Nothing to be done yet"