From 482b7b1de37adadf2644854162a99f41adf3cb27 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 20 Jan 2014 01:33:56 +0000 Subject: [PATCH] Updated the name of the directory where architecture-specific files are placed (untested, as is currently fashionable). git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48753 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/tools/InstallAROS/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workbench/tools/InstallAROS/main.c b/workbench/tools/InstallAROS/main.c index 51a39f423e..2fc67473e4 100644 --- a/workbench/tools/InstallAROS/main.c +++ b/workbench/tools/InstallAROS/main.c @@ -1,5 +1,5 @@ /* - Copyright © 2003-2012, The AROS Development Team. All rights reserved. + Copyright © 2003-2014, The AROS Development Team. All rights reserved. $Id$ */ @@ -64,7 +64,7 @@ #define inputFile_path "Prefs/Input\"" #define prefssrc_path "ENV:SYS" #define prefs_path "Prefs/Env-Archive/SYS" -#define ARCH_PATH "Arch/pc" +#define ARCH_PATH "boot/pc" #define GRUB_PATH "grub" #define locale_prfs_file "locale.prefs" /* please note the suffixed \" */ @@ -794,7 +794,7 @@ IPTR Install__MUIM_IC_NextStep(Class * CLASS, Object * self, Msg message) tmp_grub = AllocVec(100, MEMF_CLEAR | MEMF_PUBLIC); GET(dest_volume, MUIA_String_Contents, &option); - sprintf(tmp_grub, "%s:Arch/pc/grub", + sprintf(tmp_grub, "%s:boot/pc/grub", (CONST_STRPTR) option); /* Guess the best disk to install GRUB's bootblock to */ @@ -2008,7 +2008,7 @@ IPTR Install__MUIM_IC_Install(Class * CLASS, Object * self, Msg message) TEXT tmp[100]; BOOL success = FALSE; CONST_STRPTR core_dirs[] = { - "Arch", "Arch", + "boot", "boot", "C", "C", "Classes", "Classes", "Devs", "Devs", -- 2.11.4.GIT