summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfig/xfree.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 5729fd84b..e65948dc2 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -37,8 +37,7 @@ sub write {
if (-l $_) {
unlink $_;
} else {
- unlink "$_.old";
- rename $_, "$_.old"; #- there will not be any XF86Config nor XF86Config-4 anymore, we want this!
+ renamef($_, "$_.old"); #- there will not be any XF86Config nor XF86Config-4 anymore, we want this!
}
}
#- keep it for old programs still using this name