diff options
author | Quentin "Sardem FF7" Glidic <sardemff7.pub@gmail.com> | 2011-07-10 23:13:43 +0200 |
---|---|---|
committer | Quentin "Sardem FF7" Glidic <sardemff7.pub@gmail.com> | 2011-07-10 23:13:43 +0200 |
commit | bf0fefbe3690a236a2763874766daf9e694a42df (patch) | |
tree | 30910bbe64513f564c8ae7b5e67305d4412e3a29 | |
parent | mozilla-app.eclass: Adapt some code to the merge (diff) | |
download | sardemff7-bf0fefbe3690a236a2763874766daf9e694a42df.tar.gz sardemff7-bf0fefbe3690a236a2763874766daf9e694a42df.tar.bz2 sardemff7-bf0fefbe3690a236a2763874766daf9e694a42df.zip |
Rapid fix, thanks Keruspe
-rw-r--r-- | eclass/mozilla-scm-fetch.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozilla-scm-fetch.eclass b/eclass/mozilla-scm-fetch.eclass index 6e1d720..f1654e7 100644 --- a/eclass/mozilla-scm-fetch.eclass +++ b/eclass/mozilla-scm-fetch.eclass @@ -128,7 +128,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack ## eclass exported function ## pkg_setup ## -function mozilla-scm_pkg_setup { +function mozilla-scm-fetch_pkg_setup { # Ensure we always build with C locale. export LANG="C" export LC_ALL="C" |