aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-01 16:04:04 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-01 16:04:04 -0300
commit105114bcb9da3806f9d6fd3b2f4e452eb9f0600e (patch)
treebf8fded5cd27c4e1b41c47ad9bc468561b1b8051 /g_octave
parentfixed the eclass again (diff)
downloadg-octave-105114bcb9da3806f9d6fd3b2f4e452eb9f0600e.tar.gz
g-octave-105114bcb9da3806f9d6fd3b2f4e452eb9f0600e.tar.bz2
g-octave-105114bcb9da3806f9d6fd3b2f4e452eb9f0600e.zip
fixed the patch handling
Diffstat (limited to 'g_octave')
-rw-r--r--g_octave/ebuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g_octave/ebuild.py b/g_octave/ebuild.py
index a744226..70a9d81 100644
--- a/g_octave/ebuild.py
+++ b/g_octave/ebuild.py
@@ -188,7 +188,7 @@ RDEPEND="${DEPEND}
patch_string += "\n\tepatch \"${FILESDIR}/%s\"" % patch
shutil.copy2(os.path.join(patchesdir, patch), filesdir)
- ebuild += "\nsrc_prepare() {%s\n}\n" % patch_string
+ ebuild += "\nsrc_prepare() {%s\n\tg-octave_src_prepare\n}\n" % patch_string
vars['eutils'] = ' eutils'
with open(ebuild_file, 'w') as fp: