Skip to content

Commit

Permalink
sys-boot/syslinux: allow user patches, #662678
Browse files Browse the repository at this point in the history
Applying user patches will ease testing and debugging of #662678

Bug: https://bugs.gentoo.org/662678
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Mar 10, 2019
1 parent b089a36 commit 37710f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sys-boot/syslinux/syslinux-6.04_pre1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -82,6 +82,8 @@ src_prepare() {
ewarn "Continuing anyway as requested."
fi
fi

epatch_user
}

src_compile() {
Expand Down

0 comments on commit 37710f2

Please sign in to comment.