diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/INSTALLATION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/INSTALLATION b/sys/arch/powerpc/INSTALLATION index 3f39c09fd7e..0d937615a01 100644 --- a/sys/arch/powerpc/INSTALLATION +++ b/sys/arch/powerpc/INSTALLATION @@ -123,7 +123,7 @@ cd /mnt for file in /tmp/*.tar.gz do echo ${file} -gzip -dc ${file} | pax -r +gzip -dc ${file} | pax -r -pe PATH=/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:$PATH |