summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r--perl-install/printer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index cf7d52cbb..abc97e526 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -44,7 +44,7 @@ use Data::Dumper;
=cut
-use common qw(:common);
+use common qw(:common :system);
use commands;
#-#####################################################################################
@@ -355,7 +355,7 @@ sub create_spool_dir($) {
#------------------------------------------------------------------------------
sub create_config_file($$%) {
my ($inputfile, $outputfile, %toreplace) = @_;
- install_any::translate_file("$prefix/$inputfile", "$prefix/$outputfile", %toreplace);
+ template2file("$prefix/$inputfile", "$prefix/$outputfile", %toreplace);
}