diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-05-29 09:50:58 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-05-29 09:50:58 +0200 |
commit | 030252f56c9d098b77e0cd0223f48f48cb81666a (patch) | |
tree | f4c01bc86acb87858fc7544acbbf3dfd18ebc475 | |
parent | Fix firefox build (diff) | |
download | sardemff7-030252f56c9d098b77e0cd0223f48f48cb81666a.tar.gz sardemff7-030252f56c9d098b77e0cd0223f48f48cb81666a.tar.bz2 sardemff7-030252f56c9d098b77e0cd0223f48f48cb81666a.zip |
mozilla-app: fixed upstream
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r-- | eclass/mozilla-app.eclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/mozilla-app.eclass b/eclass/mozilla-app.eclass index 8006ab7..dea8763 100644 --- a/eclass/mozilla-app.eclass +++ b/eclass/mozilla-app.eclass @@ -127,11 +127,6 @@ function mozilla-app_src_prepare() { config/autoconf.mk.in \ || die "${MAJ_XUL_PV} sed failed!" - # Avoid files deletion - sed -i \ - -e '/remove/d' \ - xpcom/idl-parser/header.py - eautoreconf cd js/src |