Skip to content

Commit

Permalink
app-editors/emacs: upstream renamed appdata.xml -> metainfo.xml
Browse files Browse the repository at this point in the history
fixes src_install()

Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed May 30, 2021
1 parent d806685 commit a675866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/emacs/emacs-28.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ src_install() {

mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die
mv "${ED}"/usr/share/man/man1/{emacs-,}${EMACS_SUFFIX}.1 || die
mv "${ED}"/usr/share/metainfo/{emacs-,}${EMACS_SUFFIX}.appdata.xml || die
mv "${ED}"/usr/share/metainfo/{emacs-,}${EMACS_SUFFIX}.metainfo.xml || die

# move info dir to avoid collisions with the dir file generated by portage
mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{,.orig} || die
Expand Down

0 comments on commit a675866

Please sign in to comment.