annotate ffstools/tiffs-wrappers/installpath.c @ 46:a4afdada80fc

ffstools: move to /opt/freecalypso/bin
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 05:59:54 +0000
parents e7502631a0f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /*
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 * Our mokoffs and pirffs wrappers exec the main tiffs binary; in order
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 * to do it efficiently without execvp etc, we hard-code the pathname
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 * where that binary is installed.
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 */
e7502631a0f9 initial import from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
46
a4afdada80fc ffstools: move to /opt/freecalypso/bin
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
7 char tiffs_prog_pathname[] = "/opt/freecalypso/bin/tiffs";