summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/opam-core/opam-core-2.0.8-r1.ebuild (renamed from dev-ml/opam-core/opam-core-2.0.8.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/opam-core/opam-core-2.0.8.ebuild b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
index 9d6e32634c0b..3d65cfc5c40c 100644
--- a/dev-ml/opam-core/opam-core-2.0.8.ebuild
+++ b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
@@ -10,7 +10,8 @@ inherit opam
DESCRIPTION="Core libraries for opam"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
-S="${WORKDIR}/opam-${PV/_/-}"
+S="${WORKDIR}/opam-${PV}"
+OPAM_INSTALLER="${S}/opam-installer"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"