diff options
Diffstat (limited to 'scripts/kdesvn-build')
-rwxr-xr-x | scripts/kdesvn-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kdesvn-build b/scripts/kdesvn-build index b0389d52..706c755a 100755 --- a/scripts/kdesvn-build +++ b/scripts/kdesvn-build @@ -1432,7 +1432,7 @@ sub setup_default_modules() -dlopen-opengl), 'apply-qt-patches' => 'true', -# See setup_kde35_hack() for why this option is here. +# See setup_trinity5_hack() for why this option is here. 'module-base-path' => 'branches/qt/3.3', 'use-qt-builddir-hack' => 'true', @@ -4170,7 +4170,7 @@ EOF # This subroutine sets up or removes the default branch option for a few # modules in order to build KDE 3.5 by default. branch options in the # configuration file will still override these settings. -sub setup_kde35_hack +sub setup_trinity5_hack { my @branched_modules = qw/kde-common kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs @@ -4201,7 +4201,7 @@ eval { # Note to self: Quit changing the order around. process_arguments(); # Process --help, --install, etc. first. - setup_kde35_hack(); # Add 'branch' options as appropriate. + setup_trinity5_hack(); # Add 'branch' options as appropriate. read_options(); # If we're still here, read the options initialize_environment(); # Initialize global env vars. |