summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm4
1 files changed, 2 insertions, 2 deletions
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'}";