1
0
forked from ports/contrib

distcc: minor improvements to post-install

This commit is contained in:
Danny Rawlins 2008-05-08 21:57:46 +10:00
parent d5c9441c43
commit 6ccb69e9e8

View File

@ -32,7 +32,8 @@ if [ ! -d "$DIRECTORY" ]; then
done done
cd - > /dev/null cd - > /dev/null
else 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
fi fi
unset NOT_INSTALLED SYMLINKS DIRECTORY unset NOT_INSTALLED SYMLINKS DIRECTORY