diff options
Diffstat (limited to 'www/linux-mozilla-devel/scripts/configure')
-rw-r--r-- | www/linux-mozilla-devel/scripts/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/linux-mozilla-devel/scripts/configure b/www/linux-mozilla-devel/scripts/configure index e0f321ba0f96..13ad35e8d1a5 100644 --- a/www/linux-mozilla-devel/scripts/configure +++ b/www/linux-mozilla-devel/scripts/configure @@ -42,3 +42,7 @@ echo "$choice" \ | sed -e "s/$/.xpi/g" \ | perl -pi -e "s/ /\n/g" \ > ${WRKSRC}/components.conf + +echo "* Your choices are saved. You must run the \"make\" command again to" +echo "* complete the build. Ignore the \"Error code 1\" below." +exit 1 |