Bug 691449 - "make install" does not copy color profiles
Summary: "make install" does not copy color profiles
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: General (show other bugs)
Version: master
Hardware: Other Linux
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks: 689253 691408
  Show dependency tree
 
Reported: 2010-07-11 01:30 UTC by Hin-Tak Leung
Modified: 2010-07-15 05:45 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments
patch to install default icc profiles (1.51 KB, patch)
2010-07-12 00:56 UTC, Hin-Tak Leung
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.