diff options
-rw-r--r-- | sys-boot/os-prober/os-prober-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild index 4bd5a3f21924..622282f13d56 100644 --- a/sys-boot/os-prober/os-prober-9999.ebuild +++ b/sys-boot/os-prober/os-prober-9999.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}"/${PN} fi LICENSE="GPL-3" |