From ceaccf8b6e4b526bb6a1d01a02b0caeb09a153cf Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 2 Mar 2015 10:39:00 +0100 Subject: [PATCH] Fixed prev commit: copy to bundle, not bin --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ea821ee05..ca749dada 100644 --- a/Makefile.in +++ b/Makefile.in @@ -472,7 +472,7 @@ bundle-nolib: all cp $(TARGET) $(BUNDLE)/Contents/MacOS/ cp $(REFLECTOR_TARGET) $(BUNDLE)/Contents/MacOS/ cp -r data/MacOS-bundle-template/* $(BUNDLE)/ - make -C hd-rum-multi; cp hd-rum-multi/hd-rum bin + make -C hd-rum-multi; cp hd-rum-multi/hd-rum $(BUNDLE)/Contents/MacOS/ bundle: bundle-nolib @if `which dylibbundler`; then \