Bug 691449

Summary: "make install" does not copy color profiles
Product: Ghostscript Reporter: Hin-Tak Leung <htl10>
Component: GeneralAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: alex
Priority: P4    
Version: master   
Hardware: Other   
OS: Linux   
Customer: Word Size: ---
Bug Depends on:    
Bug Blocks: 689253, 691408    
Attachments: patch to install default icc profiles

Description Hin-Tak Leung 2010-07-11 01:30:54 UTC
As a side issue of bug 691408 (searching for icc profiles) I took a quick look at what "make install" does, and found that it doesn't currently copy the default color profiles to disk-install locations. This is necessary for compile-inits=0 builds which looks for them on disk.

As far as I can see, some new code needs to go into base/unixinst.mak either as part of the install-libdata or install-resdata targets or a new dependent target (e.g. "install-iccdata") in the list of dependencies of "install-data" .
Comment 1 Hin-Tak Leung 2010-07-12 00:56:00 UTC
Created attachment 6456 [details]
patch to install default icc profiles

Patch to install icc profiles. Tested okay in conjunction with bug 691408 . 

Please review and commit.
Comment 2 Alex Cherepanov 2010-07-15 05:45:55 UTC
The patch has been committed as a rev. 11509.