diff options
author | damien <damien@mandriva.com> | 2002-01-07 13:34:08 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-01-07 13:34:08 +0000 |
commit | 5fed92709482f84c6e2cbc14426b1d2aecaba76d (patch) | |
tree | ce7feea98b428a832eeb4a6f130d5c20e29aed95 /perl-install | |
parent | 6b16febc757b3ba986dfb7755a1e7ed02c6d948a (diff) | |
download | drakx-backup-do-not-use-5fed92709482f84c6e2cbc14426b1d2aecaba76d.tar drakx-backup-do-not-use-5fed92709482f84c6e2cbc14426b1d2aecaba76d.tar.gz drakx-backup-do-not-use-5fed92709482f84c6e2cbc14426b1d2aecaba76d.tar.bz2 drakx-backup-do-not-use-5fed92709482f84c6e2cbc14426b1d2aecaba76d.tar.xz drakx-backup-do-not-use-5fed92709482f84c6e2cbc14426b1d2aecaba76d.zip |
added debug mode for the whole install
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/install2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2 b/perl-install/install2 index ad6ee374f..8921e5db7 100755 --- a/perl-install/install2 +++ b/perl-install/install2 @@ -1,4 +1,5 @@ #!/usr/bin/perl +#- PERL_INSTALL_DEBUG is used to launch stage2 in debug mode #- Mandrake Graphic Install $Id$ #- Copyright (C) 1999/2000 MandrakeSoft (pixel@mandrakesoft.com) |