|
Lines 10269-10276
Link Here
|
| 10269 |
<para>Example of the <filename>Makefile</filename> part:</para> |
10269 |
<para>Example of the <filename>Makefile</filename> part:</para> |
| 10270 |
|
10270 |
|
| 10271 |
<programlisting>post-install: |
10271 |
<programlisting>post-install: |
| 10272 |
@if [ ! -f ${PREFIX}/etc/orbit.conf ]; then \ |
10272 |
@if [ ! -f ${STAGEDIR}${PREFIX}/etc/orbit.conf ]; then \ |
| 10273 |
${CP} -p ${PREFIX}/etc/orbit.conf.sample ${STAGEDIR}${PREFIX}/etc/orbit.conf ; \ |
10273 |
${CP} -p ${STAGEDIR}${PREFIX}/etc/orbit.conf.sample ${STAGEDIR}${PREFIX}/etc/orbit.conf ; \ |
| 10274 |
fi</programlisting> |
10274 |
fi</programlisting> |
| 10275 |
|
10275 |
|
| 10276 |
<para>For each configuration file, create the following three |
10276 |
<para>For each configuration file, create the following three |