Revision 9936
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
36 | 36 |
fi |
37 | 37 |
} |
38 | 38 |
|
39 |
datasrc_make_install() |
|
40 |
{ |
|
41 |
echo_func |
|
42 |
subdir=. install_log="$top_dir/../$install_log_rel" table_make_install "$@" |
|
43 |
} |
|
44 |
|
|
39 | 45 |
map_table() |
40 | 46 |
{ |
41 | 47 |
echo_func; set_make_vars |
Also available in: Unified diff
lib/runscripts/table.run: added datasrc_make_install()