diff options
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r-- | dev-ml/opam-format/opam-format-2.0.8-r1.ebuild (renamed from dev-ml/opam-format/opam-format-2.0.8.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.8.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r1.ebuild index 760515d954c7..7f5cab5ac537 100644 --- a/dev-ml/opam-format/opam-format-2.0.8.ebuild +++ b/dev-ml/opam-format/opam-format-2.0.8-r1.ebuild @@ -10,7 +10,8 @@ inherit dune 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}" |