move all remaining pseudofiles to base module
This commit is contained in:
parent
797aa30c47
commit
e40a91fca0
3 changed files with 24 additions and 26 deletions
|
@ -21,6 +21,10 @@ let
|
|||
else if attrs'.type == "d" then
|
||||
(visit "${prefix}/${filename}" attrs.contents) +
|
||||
"\n" + line
|
||||
else if attrs'.type == "c" then
|
||||
with attrs'; "${line} ${major} ${minor}"
|
||||
else if attrs'.type == "b" then
|
||||
with attrs'; "${line} ${major} ${minor}"
|
||||
else if attrs'.type == "s" then
|
||||
"${line} ${attrs'.target}"
|
||||
else if attrs'.type == "l" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue