FreeCalypso > hg > freecalypso-sw
diff loadtools/defpath.c @ 17:24b88c119465
loadtools: hw parameter file reading implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 03 May 2013 22:55:28 +0000 |
parents | |
children | e658a84b37df |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/loadtools/defpath.c Fri May 03 22:55:28 2013 +0000 @@ -0,0 +1,7 @@ +/* + * By default the loadagent.srec target utility and some hardware parameter + * files are sought in an installation directory, to make the more common + * command line operations more manageable. + */ + +char default_helpers_dir[] = "/usr/local/share/freecalypso";