Opened 19 years ago

Closed 19 years ago

Last modified 16 years ago

#1243 closed defect (fixed)

Typo

Reported by: stefan.rothermel@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: SVN
Severity: trivial Keywords:
Cc:

Description

tar -zxf ../gpc231.tar.Z && mv gpc231/* external/gpc && rmdir gpc231 && for patch in ../OOo-1.1.4-*.patch

do patch -Np1 -i $patch done

should be:

tar -zxf ../gpc231.tar.Z && mv gpc231/* external/gpc && rmdir gpc231 && for patch in ../OOo_1.1.4-*.patch

do patch -Np1 -i $patch done

Change History (3)

comment:1 by bdubbs@…, 19 years ago

Milestone: future6.0

comment:2 by bdubbs@…, 19 years ago

Resolution: fixed
Status: newclosed

comment:3 by (none), 16 years ago

Milestone: 6.0

Milestone 6.0 deleted

Note: See TracTickets for help on using tickets.