From 6ccb69e9e87a98e79afa1a2c7fa9deabc510208e Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 8 May 2008 21:57:46 +1000 Subject: [PATCH] distcc: minor improvements to post-install --- distcc/post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distcc/post-install b/distcc/post-install index ab2aecce6..8775e8dea 100755 --- a/distcc/post-install +++ b/distcc/post-install @@ -32,7 +32,8 @@ if [ ! -d "$DIRECTORY" ]; then done cd - > /dev/null else - echo "post-install: error no permission to create symlinks in '$DIRECTORY'." + echo "post-install: error no permission to create directory '$DIRECTORY'." + exit 1 fi fi unset NOT_INSTALLED SYMLINKS DIRECTORY