diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-04 10:38:04 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-04 10:38:36 +0300 |
commit | 4ad62687497908e2f353cf68756253d0a860e68b (patch) | |
tree | cfa15e2e92422865308d38970f6146ed82bdf5fb /sci-libs | |
parent | sci-libs/opencascade: patch cmake config so that find_package works (diff) | |
download | gentoo-4ad62687497908e2f353cf68756253d0a860e68b.tar.gz gentoo-4ad62687497908e2f353cf68756253d0a860e68b.tar.bz2 gentoo-4ad62687497908e2f353cf68756253d0a860e68b.zip |
sci-libs/opencascade: add missing die to 7.5.1-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/opencascade/opencascade-7.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/opencascade/opencascade-7.5.1-r1.ebuild b/sci-libs/opencascade/opencascade-7.5.1-r1.ebuild index 88f0fd458886..ffa4d80678e2 100644 --- a/sci-libs/opencascade/opencascade-7.5.1-r1.ebuild +++ b/sci-libs/opencascade/opencascade-7.5.1-r1.ebuild @@ -86,7 +86,7 @@ src_prepare() { # get rid of the mechanism altogether - its purpose is to allow a # side-by-side installation of release and debug libraries. sed -e 's|\\${OCCT_INSTALL_BIN_LETTER}||' \ - -i "adm/cmake/occt_toolkit.cmake" + -i "adm/cmake/occt_toolkit.cmake" || die } src_configure() { |