Fix filename in Makefile.

This commit is contained in:
Johannes 'fish' Ziemke 2013-05-23 16:54:21 +02:00
parent fe5c70fc61
commit 8507c58bf2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ model: preparation
$(MAKE) -C model
package: binary
cp prometheus.build build/package/prometheus
cp prometheus build/package/prometheus
rsync -av build/root/lib/ build/package/lib/
preparation: source_path