summaryrefslogtreecommitdiffstats
path: root/move/runstage2
blob: 64c557db611710f1223f94e20843315e57ae4d94 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use lib qw(/usr/bin/stage2 /usr/lib/libDrakX);
use install2;

$::isStandalone = 0;
install2::main(@ARGV, '--move');

c::_exit(0);