Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-06-22 22:55:20 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-06-29 22:37:46 +0400
commit0f098c1660a63bde65945d43008245e317ea0ec5 (patch)
treec403fdee1802b4974271b2a95d6d4a04ff882b49 /main/build
parent6a402b015374e0b4be89a5537b0cd5a4aee757ec (diff)
[Mac] Fix bundling external addins
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 23820c9f6a..19fe76a535 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -110,7 +110,7 @@ MonoDevelop.app:
|| (echo "Skipping $${ADDIN}" && echo "$${ADDIN}" >> missing-stuff) ; \
done
- @if test -d "$(BUNDLE_ADDINS)"; then \
+ @if [ "`ls -A $(BUNDLE_ADDINS)`" ]; then \
echo; \
echo "Bundled addins"; \
echo; \