diff options
Diffstat (limited to 'credits2po')
-rwxr-xr-x | credits2po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"))), "}" ) ); |