Skip to content

Commit

Permalink
Merge pull request #48 from sandrain/fix-bamf-patch-pathnames
Browse files Browse the repository at this point in the history
x11-libs/bamf: Fix invalid pathnames in the ebuild.
  • Loading branch information
oz123 committed Apr 5, 2020
2 parents dd27f53 + 0483d72 commit 95c27c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11-libs/bamf/bamf-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ DOCS=(AUTHORS COPYING COPYING.LGPL COPYING.LGPL-2.1 ChangeLog NEWS README TODO)
src_prepare(){
sed -i 's/-Werror//' configure.ac
sed -i 's/tests//' Makefile.am
eapply "${FILESDIR}/${P}.patch"
eapply "${FILESDIR}/${PN}-0.5.0-disable-gtester2xunit-check.patch"
eapply "${FILESDIR}/${PN}-0.5.0-remove-desktop-fullname.patch"
eautoreconf
vala_src_prepare
default
Expand Down

0 comments on commit 95c27c5

Please sign in to comment.