aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 17:28:58 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 17:28:58 +0000
commit9b4f56625cd2a8207f322264343d2b1a4b4ff5f8 (patch)
treef1997d15ec4a45c8dab8be47c6e5fa8057e434dd
parent23ba92667b8b7946a60de0404067dde12b5693d8 (diff)
downloadmda.lv2-9b4f56625cd2a8207f322264343d2b1a4b4ff5f8.tar.gz
mda.lv2-9b4f56625cd2a8207f322264343d2b1a4b4ff5f8.tar.bz2
mda.lv2-9b4f56625cd2a8207f322264343d2b1a4b4ff5f8.zip
Yet more hopefully-not-in-vain make install portability fixes.
git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1334 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78a19d2..074824e 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ data: libs lvz/gendata
cd ./mda.lv2 && ../lvz/gendata ./*.so > manifest.ttl
install:
- if [ "x$(INSTALL_DIR)" == "x" ]; then \
+ if [ "x$(INSTALL_DIR)" = "x" ]; then \
echo -e "\n*** ERROR: INSTALL_DIR is not set\n"; \
echo -e "Try make install-user, install-local, or install-system\n"; \
echo -e "You can also specify where to install the plugin bundle:"; \