diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-01 03:15:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-01 03:15:34 +0000 |
commit | 72fc2ac3125e859b2db81debcc2b9d8af684ebae (patch) | |
tree | 366ab34817976354363b2d9d96d5c1616c7c2667 | |
parent | 246c8fd6677be17e69074a1b095a0d1e9ffc7b96 (diff) | |
download | control-center-72fc2ac3125e859b2db81debcc2b9d8af684ebae.tar control-center-72fc2ac3125e859b2db81debcc2b9d8af684ebae.tar.gz control-center-72fc2ac3125e859b2db81debcc2b9d8af684ebae.tar.bz2 control-center-72fc2ac3125e859b2db81debcc2b9d8af684ebae.tar.xz control-center-72fc2ac3125e859b2db81debcc2b9d8af684ebae.zip |
adapt to mandrake-release -> mandrakelinux-release package renaming
-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"))), "}" ) ); |