Skip to content

Commit

Permalink
app-text/qpdf: fix configure so that it works when /bin/sh isn't bash
Browse files Browse the repository at this point in the history
  • Loading branch information
William authored and mgorny committed May 21, 2017
1 parent b06d93d commit 2ad20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/qpdf/qpdf-6.0.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RDEPEND="${CDEPEND}
DOCS=( ChangeLog README TODO )

src_configure() {
econf \
CONFIG_SHELL=/bin/bash econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
Expand Down

0 comments on commit 2ad20db

Please sign in to comment.