Now that packageManager.xml createfiles is also included
for new book, test that /tools/etc/porgrc exists before moving it
This commit is contained in:
parent
3484658167
commit
ee842e234b
1 changed files with 5 additions and 1 deletions
|
@ -74,7 +74,11 @@ mkdir -pv /var/lib/packages</userinput></screen>
|
||||||
<title>Files</title>
|
<title>Files</title>
|
||||||
<para><command>porgball</command> needs <filename>porgrc</filename>
|
<para><command>porgball</command> needs <filename>porgrc</filename>
|
||||||
in <filename class="directory">/etc</filename>:</para>
|
in <filename class="directory">/etc</filename>:</para>
|
||||||
<screen><userinput>cp /tools/etc/porgrc /etc</userinput></screen>
|
|
||||||
|
<screen><userinput>if [ -f /tools/etc/porgrc ]; then
|
||||||
|
cp /tools/etc/porgrc /etc
|
||||||
|
fi</userinput></screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="ch-chroot-pkgmngt" role="wrap">
|
<sect1 id="ch-chroot-pkgmngt" role="wrap">
|
||||||
|
|
Reference in a new issue