summaryrefslogtreecommitdiff
path: root/opam
diff options
context:
space:
mode:
authorRobert Norton2018-05-11 16:06:55 +0100
committerRobert Norton2018-05-11 16:06:55 +0100
commit2a6e5eca7b28c5069e402a34ec36b7a6e18b274e (patch)
tree8c4ebcb274166c4ded8bad02af24e27925d0c9d9 /opam
parent7f86be11dbc8e764c172fb30d32a34ec6862587c (diff)
add .git to dev-repo in opam file to satisfy opam-publish.
Diffstat (limited to 'opam')
-rw-r--r--opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/opam b/opam
index 9eadca20..3e3c93a9 100644
--- a/opam
+++ b/opam
@@ -17,7 +17,7 @@ authors: [
homepage: "http://www.cl.cam.ac.uk/~pes20/sail/"
bug-reports: "https://github.com/rems-project/sail/issues"
license: "BSD3"
-dev-repo: "https://github.com/rems-project/sail"
+dev-repo: "https://github.com/rems-project/sail.git"
build: [make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "isail"]
install: [make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "install"]
remove: [make "INSTALL_DIR=%{prefix}%" "SHARE_DIR=%{sail:share}%" "uninstall"]