From 23ba92667b8b7946a60de0404067dde12b5693d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Aug 2008 16:54:50 +0000 Subject: Yet more vain attempts at make install portability. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1333 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d276bf..78a19d2 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ data: libs lvz/gendata cd ./mda.lv2 && ../lvz/gendata ./*.so > manifest.ttl install: - if test "$(INSTALL_DIR)" == ""; 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:"; \ -- cgit v1.2.1