Fixed prev commit: copy to bundle, not bin

This commit is contained in:
Martin Pulec
2015-03-02 10:39:00 +01:00
parent 693b1e0b4f
commit ceaccf8b6e

View File

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