summaryrefslogtreecommitdiffstats
path: root/perl-install/g_auto_install
blob: 871a159453df02aea1ed3186115eca41b14893f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!../perl

my $dir = `pwd`;
chomp $dir;
$dir .= "/../../..";

$ENV{PERL5LIB} = join ":", map { "$dir/$_" } @INC;
$ENV{LD_LIBRARY_PATH} = "$dir/lib:$dir/usr/lib";
$ENV{PATH} = join(":", map { "$dir/$_" } split ":", "/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin") . ":$ENV{PATH}";
$ENV{SHARE_PATH} = "$dir/usr/share";

exec "../../../lib/ld-linux.so.2", "../perl", "./install2", "--g_auto_install", @ARGV or die;
/+3511 * updated pot filePablo Saratxaga2004-02-191-16404/+17693 * fix englishGuillaume Cottenceau2003-12-031-421/+833 * Updated Spanish translationsFabián Mandelbaum2003-09-181-421/+525 * Updated Spanish translationFabián Mandelbaum2003-09-121-1804/+3533 * Updated Spanish translationsFabián Mandelbaum2003-08-131-1731/+2760 * updated Spanish translationsFabián Mandelbaum2003-06-021-154/+271 * updated Spanish translationsFabián Mandelbaum2003-05-191-221/+176 * updated pot filePablo Saratxaga2003-05-161-14546/+13716 * updated Japanese file; updated pot filePablo Saratxaga2003-03-241-82/+148 * updated Spanish translationsFabián Mandelbaum2003-03-131-233/+229 * updated pot filePablo Saratxaga2003-03-091-317/+378 * iupdated Vietnamese, Estonian and Dutch files;Pablo Saratxaga2003-03-071-165/+123 * updated pot filePablo Saratxaga2003-03-071-822/+1268 * updated pot filePablo Saratxaga2003-02-281-604/+885 * simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-171-11303/+15731 * updated po filesPablo Saratxaga2002-12-051-2609/+3519 * updated Spanish filePablo Saratxaga2002-09-231-415/+481 * removed obsolete old unused strings, to make the po files lighterPablo Saratxaga2002-09-131-662/+591 * updated pot filePablo Saratxaga2002-09-121-290/+333 * updated po filesPablo Saratxaga2002-09-111-845/+1092 * updated po filePablo Saratxaga2002-09-051-577/+740 * updated pot filePablo Saratxaga2002-09-021-2718/+2628 * Updated Spanish and Tamil filesPablo Saratxaga2002-08-211-2285/+3072 * updated pot filePablo Saratxaga2002-07-311-2480/+3500 * updated bad lilo/grub/yaboot translationFabián Mandelbaum2002-03-151-3738/+6829 * updated Spanish, Korean and Turkish filesPablo Saratxaga2001-09-24