Skip to content

Commit

Permalink
app-misc/gramps: fix variable reference style
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 29, 2021
1 parent da2fe09 commit d0f269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/gramps/gramps-5.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BDEPEND="test? ( ${RDEPEND}

python_prepare_all() {
# Install documentation to the proper location. This can't be done
# easily with a patch because we substitute in the $PF variable,
# easily with a patch because we substitute in the ${PF} variable,
# and that changes with every revision.
sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
distutils-r1_python_prepare_all
Expand Down

0 comments on commit d0f269a

Please sign in to comment.