Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 274248

Summary: www-apps/otrs-2.3.3: wrong filename in $FILESDIR/postinstall-en-2.txt
Product: Gentoo Linux Reporter: Davide Cendron (RETIRED) <scen>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://otrs.org/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: otrs-2.3.3_postinstall.fix.patch

Description Davide Cendron (RETIRED) gentoo-dev 2009-06-15 16:09:38 UTC
$FILESDIR/postinstall-en-2.txt says

...
4. Read /usr/share/doc/${PN}-${PVR}/INSTALL.gz , pp. 9-12,
...

but that files doesn't exists, because the correct one has the .bz2 extension

(dodoc uses the bzip2 compression by default).
Comment 1 Davide Cendron (RETIRED) gentoo-dev 2009-06-15 16:11:43 UTC
Created attachment 194801 [details, diff]
otrs-2.3.3_postinstall.fix.patch

Trivial patch to fix the reported error.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-09-27 10:58:44 UTC
The actual compression format depends on the PORTAGE_COMPRESS variable. bzip2 may be the default, still that does not mean that every system uses it.
I reworded the sentence according to the suggestion in the devmanual. Thanks.