Skip to content

Commit b1555d4

Browse files
installkernel.ebuild: re-add lost S=
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
1 parent dae4132 commit b1555d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installkernel-9999.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]]; then
1616
EGIT_REPO_URI="https://github.com/projg2/installkernel-gentoo.git"
1717
else
1818
SRC_URI="https://github.com/projg2/installkernel-gentoo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
19+
S="${WORKDIR}/${PN}-gentoo-${PV}"
1920
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
2021
fi
2122

0 commit comments

Comments
 (0)