Opened 18 years ago

Closed 18 years ago

#1978 closed defect (fixed)

correct typo in libmusicbrainz-2.1.2 installation commands

Reported by: particlehunter Owned by: Randy McMurchy
Priority: normal Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

the 'Installation of libmusicbrainz' text states the following:

(as the root user):

make install && install -v -m644 -D docs/mb_howto.txt \

/usr/share/doc/libmusicbrainz-2.1.1/mb_howto.txt

where the correct command should be:

make install && install -v -m644 -D docs/mb_howto.txt \

/usr/share/doc/libmusicbrainz-2.1.2/mb_howto.txt

Change History (2)

comment:1 by Randy McMurchy, 18 years ago

Owner: changed from blfs-book@… to Randy McMurchy
Status: newassigned

Good Catch!

comment:2 by Randy McMurchy, 18 years ago

Resolution: fixed
Status: assignedclosed

Changed the incorrect hardcoded version to entity that will never be wrong again. :-)

Thanks for the report!

Note: See TracTickets for help on using tickets.