From 128d70150bc0c5188503f90d4d97311d7ba40cee Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Jul 2004 02:51:07 +0000 Subject: adapt to new directories layout: - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising --- tools/make_mdkinst_stage2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/make_mdkinst_stage2') diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 7af43d726..babb3d567 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -2,7 +2,7 @@ [ $# != 2 ] && { echo "usage: make_mdkinst_stage2 " ; - echo " example: misc/make_mdkinst_stage2 Mandrake/mdkinst Mandrake/base/mdkinst_stage2" + echo " example: misc/make_mdkinst_stage2 install/stage2/live install/stage2/mdkinst_stage2" exit } @@ -17,8 +17,8 @@ STAGE2=$2 testandset() { [ -x $1/packdrake ] && BUILD_ARCHIVE=$1/packdrake; } testandset `pwd`/misc testandset `pwd`/. -testandset /$DEST/../../misc -testandset `pwd`/$DEST/../../misc +testandset /$DEST/../../../misc +testandset `pwd`/$DEST/../../../misc [ -z "$BUILD_ARCHIVE" ] && { echo "can't find packdrake"; exit 1; } if [ $EUID != "0" ]; then -- cgit v1.2.1