diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-04-05 09:21:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-04-05 09:21:57 +0000 |
commit | 3a986222e04aaa08efd903894aa2679b9ccb2b16 (patch) | |
tree | b1295bdecace0237b7a08a53d64c8fa444d24e5e /move/runstage2 | |
parent | 8b9431440d3c59ec7b9329fcb93b5d8a3fc3f92f (diff) | |
download | drakx-backup-do-not-use-3a986222e04aaa08efd903894aa2679b9ccb2b16.tar drakx-backup-do-not-use-3a986222e04aaa08efd903894aa2679b9ccb2b16.tar.gz drakx-backup-do-not-use-3a986222e04aaa08efd903894aa2679b9ccb2b16.tar.bz2 drakx-backup-do-not-use-3a986222e04aaa08efd903894aa2679b9ccb2b16.tar.xz drakx-backup-do-not-use-3a986222e04aaa08efd903894aa2679b9ccb2b16.zip |
move from /usr/bin/stage2 to /usr/lib/stage2 (cleaner)
Diffstat (limited to 'move/runstage2')
-rwxr-xr-x | move/runstage2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/runstage2 b/move/runstage2 index 373ebace4..9afe3d9f4 100755 --- a/move/runstage2 +++ b/move/runstage2 @@ -16,7 +16,7 @@ #- along with this program; if not, write to the Free Software #- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw(../perl-install /usr/bin/stage2 /usr/lib/libDrakX); +use lib qw(../perl-install /usr/lib/stage2 /usr/lib/libDrakX); use install2; $::isStandalone = 0; |