Bug 24595 - minor ebuild bug in app-text/ghostscript-7.05.6-r3
Bug#: 24595 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: printing@gentoo.org Reported By: jangutter@tuks.co.za
Component: Ebuilds
URL: 
Summary: minor ebuild bug in app-text/ghostscript-7.05.6-r3
Keywords:  
Status Whiteboard: 
Opened: 2003-07-16 09:53 0000
Description:   Opened: 2003-07-16 09:53 0000
line 102 of ghostscript-7.05.6-r3.ebuild should be

cd ${S}/ijs

in stead of

cd ijs

Otherwise it fails if USE="cjk"

Reproducible: Always
Steps to Reproduce:
1. emerge -u ghostscript
2. ????
3. profit!

Actual Results:  
An error is returned saying ijs: no such directory

------- Comment #1 From Heinrich Wendel (RETIRED) 2003-07-16 10:43:54 0000 -------
thx, fixed :)