aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-18 23:17:10 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-18 23:17:10 -0200
commitc34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3 (patch)
treeba031d9724a73bb25cebebe4e453d06bf9c1ec94
parente0fc42d99562793236aaac62e73be2b4fc5317c6 (diff)
downloadluarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.tar.gz
luarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.tar.bz2
luarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.zip
Prioritize "scm" over "cvs". This was underspecified before.
-rw-r--r--src/luarocks/deps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua
index 732f587c..0c6bb8d5 100644
--- a/src/luarocks/deps.lua
+++ b/src/luarocks/deps.lua
@@ -34,7 +34,7 @@ local operators = {
34} 34}
35 35
36local deltas = { 36local deltas = {
37 scm = 1000, 37 scm = 1100,
38 cvs = 1000, 38 cvs = 1000,
39 rc = -1000, 39 rc = -1000,
40 pre = -10000, 40 pre = -10000,