diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 18:18:59 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 18:18:59 +0100 |
commit | ddf035361658edf722fccd43cad74fad41096e2b (patch) | |
tree | 517d5c598c10185af1398ea4c5804cb1cd056faf /sci-chemistry/mgltools-networkeditor | |
parent | sci-chemistry/mgltools-molkit: Add missing die (diff) | |
download | sci-ddf035361658edf722fccd43cad74fad41096e2b.tar.gz sci-ddf035361658edf722fccd43cad74fad41096e2b.tar.bz2 sci-ddf035361658edf722fccd43cad74fad41096e2b.zip |
sci-chemistry/mgltools-networkeditor: Add missing die
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-chemistry/mgltools-networkeditor')
-rw-r--r-- | sci-chemistry/mgltools-networkeditor/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/mgltools-networkeditor/ChangeLog b/sci-chemistry/mgltools-networkeditor/ChangeLog index 58ae7ee7b..cc5fa3d6d 100644 --- a/sci-chemistry/mgltools-networkeditor/ChangeLog +++ b/sci-chemistry/mgltools-networkeditor/ChangeLog @@ -4,6 +4,10 @@ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-networkeditor-1.5.6.ebuild: + sci-chemistry/mgltools-networkeditor: Add missing die + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> + mgltools-networkeditor-1.5.6.ebuild: sci-chemistry/mgltools-networkeditor: Drop PYTHON_MODNAME and support for python2_6 diff --git a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild index 2beea7ff0..5257d33d6 100644 --- a/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild +++ b/sci-chemistry/mgltools-networkeditor/mgltools-networkeditor-1.5.6.ebuild @@ -29,8 +29,8 @@ S="${WORKDIR}"/${MY_P} DOCS=( NetworkEditor/RELNOTES ) src_unpack() { - tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz - tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz + tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die + tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die } python_prepare_all() { |