aboutsummaryrefslogtreecommitdiffstats
path: root/mcc/6/common/jquery/jquery-1.4.2.min.js
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-07-02 16:03:42 +0200
committerPapoteur <papoteur@mageia.org>2019-07-02 16:03:42 +0200
commit7f6406922055539e3d04c8ccab3eb933878a3dea (patch)
treec3ea60e6351bf9c38eb9249b26e47b43cfbf660c /mcc/6/common/jquery/jquery-1.4.2.min.js
parent890519a7df145a526f11f01f373cf99f73a6d042 (diff)
downloaddoc-7f6406922055539e3d04c8ccab3eb933878a3dea.tar
doc-7f6406922055539e3d04c8ccab3eb933878a3dea.tar.gz
doc-7f6406922055539e3d04c8ccab3eb933878a3dea.tar.bz2
doc-7f6406922055539e3d04c8ccab3eb933878a3dea.tar.xz
doc-7f6406922055539e3d04c8ccab3eb933878a3dea.zip
Adding or refreshing installer in zh_cn
Diffstat (limited to 'mcc/6/common/jquery/jquery-1.4.2.min.js')
0 files changed, 0 insertions, 0 deletions
n='2' class='sha1'>f0a98b642d36f666312a1409eea7dc7282da2127 (patch) tree09c3c3c645ceec0ab66d17b0b48d93df337c9b17 /perl-install parent66d1e6bad40cf330f250d9a542f1a6bf47cedfeb (diff)downloaddrakx-backup-do-not-use-f0a98b642d36f666312a1409eea7dc7282da2127.tar
drakx-backup-do-not-use-f0a98b642d36f666312a1409eea7dc7282da2127.tar.gz
drakx-backup-do-not-use-f0a98b642d36f666312a1409eea7dc7282da2127.tar.bz2
drakx-backup-do-not-use-f0a98b642d36f666312a1409eea7dc7282da2127.tar.xz
drakx-backup-do-not-use-f0a98b642d36f666312a1409eea7dc7282da2127.zip
s|mkxfs|mkfs.xfs|;
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index a45607069..9e3009bde 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -98,7 +98,7 @@ sub format_reiserfs($@) {
sub format_xfs($@) {
my ($dev, @options) = @_;
- run_program::run("mkxfs", "-f", "-q", @options, devices::make($dev)) or die _("%s formatting of %s failed", "xfs", $dev);
+ run_program::run("mkfs.xfs", "-f", "-q", @options, devices::make($dev)) or die _("%s formatting of %s failed", "xfs", $dev);
}
sub format_dos($@) {