Skip to content

Commit

Permalink
autotools.eclass: fix EAPI support logic in config_rpath_update
Browse files Browse the repository at this point in the history
${EPREFIX} doesn't exist pre-EAPI 3, so let's make that clear.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 11, 2021
1 parent 91d7d63 commit 3cc3c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/autotools.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ config_rpath_update() {
local dst src

case ${EAPI:-0} in
0|1|2|3|4|5|6)
4|5|6)
src="${EPREFIX}/usr/share/gettext/config.rpath"
;;
*)
Expand Down

0 comments on commit 3cc3c08

Please sign in to comment.