From 3a7d0cef556af8e1a8ebd1b4cd65b1d273b8f651 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Mon, 24 Jul 2006 14:37:44 +0100 Subject: [PATCH] Fix directory creation. --- install-lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-lib.sh b/install-lib.sh index 4a4e814..24bbb4e 100755 --- a/install-lib.sh +++ b/install-lib.sh @@ -35,6 +35,8 @@ P="$1"; shift PC="$1"; shift HEADER_NAME="$1"; shift +DEST_DIR="${DEST_DIR}/${P}" + # Copy to destination directory. Deal with the case where the user has