diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-23 15:06:25 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-23 15:08:53 +0200 |
commit | 59c2268fce84aafcd9585b7348d5676d7004bba4 (patch) | |
tree | b296484250f747f8f1702a35b71292aa8396b94c /x11-libs/qwtplot3d | |
parent | x11-libs/qwt: add missing die on the heredocs (diff) | |
download | gentoo-59c2268fce84aafcd9585b7348d5676d7004bba4.tar.gz gentoo-59c2268fce84aafcd9585b7348d5676d7004bba4.tar.bz2 gentoo-59c2268fce84aafcd9585b7348d5676d7004bba4.zip |
x11-libs/qwtplot3d: add missing die on the heredocs
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'x11-libs/qwtplot3d')
-rw-r--r-- | x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild index affe2541eb62..94347022ede3 100644 --- a/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild +++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.ebuild @@ -38,7 +38,7 @@ PATCHES=( src_prepare() { default - cat >> ${PN}.pro <<-EOF + cat >> ${PN}.pro <<-EOF || die target.path = "${EPREFIX}/usr/$(get_libdir)" headers.path = "${EPREFIX}/usr/include/${PN}" headers.files = \$\$HEADERS |