summaryrefslogtreecommitdiffstats
path: root/credits2po
diff options
context:
space:
mode:
Diffstat (limited to 'credits2po')
-rwxr-xr-xcredits2po6
1 files changed, 3 insertions, 3 deletions
diff --git a/credits2po b/credits2po
index d6456f17..fd011bc4 100755
--- a/credits2po
+++ b/credits2po
@@ -11,8 +11,8 @@ output("contributors.pl",
qq(#/usr/bin/perl
#
# DO NOT ALTER HERE !!!
-# THIS IS GENERATED FROM /usr/share/doc/mandrake-release-<RELEASE>/CREDITS
-# WHICH IS FILLED FROM THE COOKER WIKI
+# THIS IS GENERATED FROM /usr/share/doc/mageia-release-<RELEASE>/CREDITS
+# WHICH IS FILLED FROM THE MAGEIA WIKI
#
use lib qw(/usr/lib/libDrakX);
use common;
@@ -29,7 +29,7 @@ use common;
chomp;
qq(\tN("$_") => "",);
}
- } grep { $_ ne "\n" } cat_(glob("/usr/share/doc/mandriva-release-*/CREDITS"))),
+ } grep { $_ ne "\n" } cat_(glob("/usr/share/doc/mageia-release-*/CREDITS"))),
"}"
)
);