diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 1402116..9d5af6e 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1155,6 +1155,9 @@ cd /var/cache/pbuilder/result/ needs to exist, and be writable by user within <command>chroot</command>. The default user within <command>chroot</command> is <screen>uid=1234</screen>. </para> + <para> + Example is provided as pbuilderrc.ccache. + </para> <screen> export CCACHE_DIR="/var/cache/pbuilder/ccache" export PATH="/usr/lib/ccache:${PATH}" |