|
@@ -129,7 +129,6 @@ let rec read_type_path com p =
|
|
| x :: l ->
|
|
| x :: l ->
|
|
(try
|
|
(try
|
|
match PMap.find x com.package_rules with
|
|
match PMap.find x com.package_rules with
|
|
- | Directory d -> d :: l
|
|
|
|
| Remap s -> s :: l
|
|
| Remap s -> s :: l
|
|
| _ -> p
|
|
| _ -> p
|
|
with
|
|
with
|
|
@@ -150,7 +149,6 @@ let rec read_type_path com p =
|
|
match PMap.find f com.package_rules with
|
|
match PMap.find f com.package_rules with
|
|
| Forbidden -> ()
|
|
| Forbidden -> ()
|
|
| Remap f -> packages := f :: !packages
|
|
| Remap f -> packages := f :: !packages
|
|
- | Directory _ -> raise Not_found
|
|
|
|
with Not_found ->
|
|
with Not_found ->
|
|
packages := f :: !packages
|
|
packages := f :: !packages
|
|
else
|
|
else
|