Related to my last commit, make sure the admin directory exists before

attempting to install as well.

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=453035
wilder
Michael Pyne 21 years ago
parent 40c7819351
commit cdf72ecada
  1. 10
      kdesvn-build

@ -3893,6 +3893,16 @@ sub handle_install
# Just in case, I guess.
update_module_environment ($module);
# The /admin directory is needed for install as well, make sure it's
# there.
if (not create_admin_dir($module))
{
warning "Unable to find /admin directory for y[$module], it probably";
warning "won't install.";
# But continue anyways, because in this case I'm just not sure that it
# won't work in the future. ;)
}
# safe_make() evilly uses the "install" parameter to use installation
# mode instead of compile mode. This is so we can get the subdirectory
# handling for free.

Loading…
Cancel
Save