diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-07-04 16:34:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-07-04 16:34:07 +0000 |
commit | 1a1c814e584ec0797facea5df7a360d29aa74c72 (patch) | |
tree | 200a1786f1c9a7e88a8dcfd3f8e2fc87059a3169 /www/linux-mozilla-devel/scripts/configure | |
parent | Update to 0.9.3 (diff) |
Update to 1.4rc3.
Change the configuration process, so that extraneous files are not
downloaded.
Notes
Notes:
svn path=/head/; revision=84214
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 |