projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515dbae
)
Updated Makefile to copy files to .build folder
53/1653/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 09:50:03 +0000
(11:50 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 09:50:03 +0000
(11:50 +0200)
Change-Id: I438ed2ae4c3167da78897870f66d2635b5ab2392
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
71425c6
..
9189cf7
100644
(file)
--- 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"