From ce25593d18ea1ba41baffca2a2e2b6434b56034e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 26 Jul 2007 17:02:36 +0000 Subject: * fixed two incorrect method calls (using public name instead of private one), reported by Detlef Schulz git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1277 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 575e25f5..d55277d7 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -345,7 +345,7 @@ sub cloneVendorOS $self->_createVendorOSPath(); - $self->clone_fetchSource($source); + $self->_clone_fetchSource($source); if ($source ne $lastCloneSource) { spitFile($cloneInfoFile, "source=$source\n"); } @@ -1289,7 +1289,7 @@ sub _clone_fetchSource $self->{'vendor-os-path'} ) ); - my $excludeIncludeList = $self->clone_determineIncludeExcludeList(); + my $excludeIncludeList = $self->_clone_determineIncludeExcludeList(); vlog(1, "using exclude-include-filter:\n$excludeIncludeList\n"); my $rsyncCmd = "rsync -av --delete --exclude-from=- $source $self->{'vendor-os-path'}"; -- cgit v1.2.3-55-g7522