From a64b2625810744bd16a01a737976eca01b7d3518 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 24 Apr 2017 11:50:03 +0200 Subject: [PATCH] Updated Makefile to copy files to .build folder Change-Id: I438ed2ae4c3167da78897870f66d2635b5ab2392 Signed-off-by: garciadeblas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.17.1