summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ae9db48)
why the first test fails on the Solaris buildbot.
# Only install once
#
if [ -d "${MH_INST_DIR}${bindir}" ]; then
# Only install once
#
if [ -d "${MH_INST_DIR}${bindir}" ]; then
+ if [ -f $MH_INST_DIR/$prefix/bin/folder ]; then
+ :
+ else
+ echo 'installation not finished!'
+ fi
else
(cd "${MH_OBJ_DIR}" &&
make DESTDIR="${MH_INST_DIR}" SETGID_MAIL= install) ||
else
(cd "${MH_OBJ_DIR}" &&
make DESTDIR="${MH_INST_DIR}" SETGID_MAIL= install) ||