summaryrefslogtreecommitdiffstats
path: root/credits2po
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-06 02:16:32 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-06 02:16:32 +0000
commitbefd324a2ef5f487e788bc6ed6c5de0dd7a9d751 (patch)
tree52c8293eb87819c6f2f4808d3dedc1dc0d51d87c /credits2po
parent814a3b5d0768d15c62f4d62f784764eea4141fe9 (diff)
downloadcontrol-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar
control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.gz
control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.bz2
control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.tar.xz
control-center-befd324a2ef5f487e788bc6ed6c5de0dd7a9d751.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r433 | dmorgan | 2011-02-06 02:16:32 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned control-center ------------------------------------------------------------------------
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"))),
"}"
)
);