diff options
author | 2010-08-01 16:04:04 -0300 | |
---|---|---|
committer | 2010-08-01 16:04:04 -0300 | |
commit | 105114bcb9da3806f9d6fd3b2f4e452eb9f0600e (patch) | |
tree | bf8fded5cd27c4e1b41c47ad9bc468561b1b8051 /g_octave | |
parent | fixed the eclass again (diff) | |
download | g-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.py | 2 |
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: |