diff options
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/bananaPro/mageia4arm.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg index 73e298f..cb1925b 100644 --- a/platforms/bananaPro/mageia4arm.cfg +++ b/platforms/bananaPro/mageia4arm.cfg @@ -38,7 +38,8 @@ MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VE # image will be created here # TO MODIFY -INSTALL_PATH="./${TARGET}" +# INSTALL_PATH="./${TARGET}" +# Should not be in this configuration file, it isn't related to the configuration but to the build platform. # Build directory will be created here BUILD_PATH="${INSTALL_PATH}/build" |