#!/usr/bin/perl #- PERL_INSTALL_TEST is used to launch stage2 in debug mode #- Mandrake Graphic Install $Id$ #- Copyright (C) 1999/2000 Mandrakesoft (pixel@mandrakesoft.com) #- #- This program is free software; you can redistribute it and/or modify #- it under the terms of the GNU General Public License as published by #- the Free Software Foundation; either version 2, or (at your option) #- any later version. #- #- This program is distributed in the hope that it will be useful, #- but WITHOUT ANY WARRANTY; without even the implied warranty of #- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #- GNU General Public License for more details. #- #- You should have received a copy of the GNU General Public License #- along with this program; if not, write to the Free Software #- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. use diagnostics; use strict; BEGIN { #- for testing purpose (my $f = __FILE__) =~ s|install2$|list_modules.pm|; -e $f or symlink '../kernel/list_modules.pm', $f; } use lib qw(/usr/lib/libDrakX .); use install2; $::testing = $ENV{PERL_INSTALL_TEST}; $::isStandalone = 0; install2::main(@ARGV); c::_exit(0); tion> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share
diff options
context:
space:
mode:
authorTomasz Bednarski <tbednarski@mandriva.com>2005-08-27 15:46:34 +0000
committerTomasz Bednarski <tbednarski@mandriva.com>2005-08-27 15:46:34 +0000
commit8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4 (patch)
treef7554c726655b181390c52c6d631f448bb3f91c3 /perl-install/share
parent1c12af54cf9ce25f2607995c5d141524f75052ef (diff)
downloaddrakx-8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4.tar
drakx-8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4.tar.gz
drakx-8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4.tar.bz2
drakx-8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4.tar.xz
drakx-8d0f31f59e7bbbf5e99513f2be0bf30c6ed997f4.zip
translation updates
Diffstat (limited to 'perl-install/share')