Skip to content

Commit

Permalink
Fix update of rsync repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 13, 2012
1 parent 60fa587 commit 9a39cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opamRepository.ml
Expand Up @@ -256,7 +256,7 @@ let make_archive ?(gener_digest=false) ?local_path nv =
(OpamFilename.Dir.to_string extract_dir);
OpamFilename.extract local_archive extract_dir;
(* Remove the upstream archive *)
OpamFilename.remove local_archive
OpamFilename.rmdir (OpamFilename.dirname local_archive)

| Up_to_date (D dir)
| Result (D dir) ->
Expand Down

0 comments on commit 9a39cd1

Please sign in to comment.