Fix filename in Makefile.

pull/272/head
Johannes 'fish' Ziemke 12 years ago
parent fe5c70fc61
commit 8507c58bf2

@ -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

Loading…
Cancel
Save