diff options
-rwxr-xr-x | credits2po | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ #!/usr/bin/perl use strict; +use lib qw(/usr/lib/libDrakX); use MDK::Common; +use standalone; +use run_program; output("contributors.pl", join("\n", @@ -26,7 +29,7 @@ use common; chomp; qq(\tN("$_") => "",); } - } grep { $_ ne "\n" } cat_(glob("/usr/share/doc/mandrake-release-*/CREDITS"))), + } grep { $_ ne "\n" } cat_(glob("/usr/share/doc/mandrakelinux-release-*/CREDITS"))), "}" ) ); |