summaryrefslogtreecommitdiffstats
path: root/credits2po
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-01 03:15:34 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-01 03:15:34 +0000
commit72fc2ac3125e859b2db81debcc2b9d8af684ebae (patch)
tree366ab34817976354363b2d9d96d5c1616c7c2667 /credits2po
parent246c8fd6677be17e69074a1b095a0d1e9ffc7b96 (diff)
downloadcontrol-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
Diffstat (limited to 'credits2po')
-rwxr-xr-xcredits2po5
1 files changed, 4 insertions, 1 deletions
diff --git a/credits2po b/credits2po
index 74e662cf..8e3a06de 100755
--- a/credits2po
+++ b/credits2po
@@ -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"))),
"}"
)
);