diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-05-08 21:57:46 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-05-08 21:57:46 +1000 |
commit | 6ccb69e9e87a98e79afa1a2c7fa9deabc510208e (patch) | |
tree | 0aeb3c6ae73a2fa001aea8dc939fdc983b9ac0ed /distcc | |
parent | d5c9441c4377fa8a1e32a5f186cde241cbec8254 (diff) | |
download | contrib-6ccb69e9e87a98e79afa1a2c7fa9deabc510208e.tar.gz contrib-6ccb69e9e87a98e79afa1a2c7fa9deabc510208e.tar.xz |
distcc: minor improvements to post-install
Diffstat (limited to 'distcc')
-rwxr-xr-x | distcc/post-install | 3 |
1 files changed, 2 insertions, 1 deletions
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 |