summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-04-05 09:21:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-04-05 09:21:57 +0000
commit3a986222e04aaa08efd903894aa2679b9ccb2b16 (patch)
treeb1295bdecace0237b7a08a53d64c8fa444d24e5e /move
parent8b9431440d3c59ec7b9329fcb93b5d8a3fc3f92f (diff)
downloaddrakx-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')
-rw-r--r--move/data/boot.dirs2
-rw-r--r--move/data/boot.list2
-rwxr-xr-xmove/runstage22
3 files changed, 3 insertions, 3 deletions
diff --git a/move/data/boot.dirs b/move/data/boot.dirs
index df381c82e..15a7d9ab3 100644
--- a/move/data/boot.dirs
+++ b/move/data/boot.dirs
@@ -5,7 +5,6 @@
/lib/modutils
/usr/X11R6/lib/X11/locale/C
/usr/X11R6/lib/modules/drivers/linux
-/usr/bin/stage2
/usr/lib/libDrakX/Xconfig
/usr/lib/libDrakX/auto/c
/usr/lib/libDrakX/c
@@ -21,6 +20,7 @@
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/Gtk2/Gdk
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/Glib
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/Gtk2
+/usr/lib/stage2
/usr/share/applnk-mdk
/usr/share/apps/clockapplet
/usr/share/apps/kabc/plugins
diff --git a/move/data/boot.list b/move/data/boot.list
index 3d1dd7887..85787a659 100644
--- a/move/data/boot.list
+++ b/move/data/boot.list
@@ -202,7 +202,6 @@
/tmp/live_tree/usr/bin/nspluginscan
/tmp/live_tree/usr/bin/perl5.8.1
/tmp/live_tree/usr/bin/runstage2.pl
-/tmp/live_tree/usr/bin/stage2
/tmp/live_tree/usr/bin/startkde
/tmp/live_tree/usr/bin/sudo
/tmp/live_tree/usr/bin/suidperl
@@ -455,6 +454,7 @@
/tmp/live_tree/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/Glib
/tmp/live_tree/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/auto/Gtk2
/tmp/live_tree/usr/lib/qt3/lib/libqt-mt.so.3.1.2
+/tmp/live_tree/usr/lib/stage2
/tmp/live_tree/usr/sbin/ddcxinfos
/tmp/live_tree/usr/sbin/fileshareset
/tmp/live_tree/usr/sbin/pwconv
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;