From 74b29a107fe9cd48319c3ea767e5b8dead1f31e7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jun 2006 17:27:46 +0000 Subject: dont install emtpy libdirs --- applets/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/install.sh') diff --git a/applets/install.sh b/applets/install.sh index 9b00c63d1..8bf488619 100755 --- a/applets/install.sh +++ b/applets/install.sh @@ -16,7 +16,7 @@ case "$2" in *) echo "Unknown install option: $2"; exit 1;; esac -if [ "$DO_INSTALL_LIBS" != "n" ]; then +if [ -n "$DO_INSTALL_LIBS" ] && [ "$DO_INSTALL_LIBS" != "n" ]; then # get the target dir for the libs # assume it starts with lib libdir=$($CC -print-file-name=libc.so | \ -- cgit v1.2.3