diff options
| author | Robert Norton | 2018-05-11 16:06:55 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-05-11 16:06:55 +0100 |
| commit | 2a6e5eca7b28c5069e402a34ec36b7a6e18b274e (patch) | |
| tree | 8c4ebcb274166c4ded8bad02af24e27925d0c9d9 /opam | |
| parent | 7f86be11dbc8e764c172fb30d32a34ec6862587c (diff) | |
add .git to dev-repo in opam file to satisfy opam-publish.
Diffstat (limited to 'opam')
| -rw-r--r-- | opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
