1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"installed": [
{
"type": "file",
"file": "usr/include/diff.h"
},
{
"type": "file",
"file": "usr/include/first.h"
},
{
"type": "file",
"file": "usr/bin/diff.sh"
},
{
"type": "file",
"file": "usr/bin/second.sh"
},
{
"type": "file",
"file": "opt/same.h"
},
{
"type": "file",
"file": "opt/same.sh"
}
],
"stdout": [
{
"line": "ERROR: Target 'too-few-install-dirs' has 3 outputs: ['toofew.h', 'toofew.c', 'toofew.sh'], but only 2 \"install_dir\"s were found."
}
]
}
|