diff options
author | rillig <rillig> | 2005-05-14 22:34:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-14 22:34:59 +0000 |
commit | e9f053e1a05edde9331c4fde475a82337ede2db0 (patch) | |
tree | 0f0e77628c035245292b3becb0d76e0591644a14 /doc/guide/files/binary.xml | |
parent | 4d445252b1764b53439f4a67ba199df5034cc9a8 (diff) | |
download | pkgsrc-e9f053e1a05edde9331c4fde475a82337ede2db0.tar.gz |
Applied the "detab" tab->space conversion.
Diffstat (limited to 'doc/guide/files/binary.xml')
-rw-r--r-- | doc/guide/files/binary.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 44d21ce4cf0..16923fd3818 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.11 2005/05/08 13:52:17 wiz Exp $ --> +<!-- $NetBSD: binary.xml,v 1.12 2005/05/14 22:34:59 rillig Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -71,7 +71,7 @@ As used in this example, <varname>_ACCEPTABLE=yes</varname> accepts <emphasis>all</emphasis> licenses.</para> - <programlisting>PACKAGES?= ${_PKGSRCDIR}/packages/${MACHINE_ARCH} + <programlisting>PACKAGES?= ${_PKGSRCDIR}/packages/${MACHINE_ARCH} WRKOBJDIR?= /usr/tmp/pkgsrc # build here instead of in pkgsrc BSDSRCDIR= /usr/src BSDXSRCDIR= /usr/xsrc # for x11/xservers @@ -131,7 +131,7 @@ _ACCEPTABLE= yes</programlisting> starting it from <filename>rc.local</filename>:</para> <programlisting>( cd /usr/pkgsrc/security/ssh ; make bulk-install ) -if [ -f /usr/pkg/etc/rc.d/sshd ]; then +if [ -f /usr/pkg/etc/rc.d/sshd ]; then /usr/pkg/etc/rc.d/sshd fi</programlisting> |