Bug 90293 - [PATCH] Allow configuring SHARE_INSTALL_DIR
Summary: [PATCH] Allow configuring SHARE_INSTALL_DIR
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium minor
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-03 17:57 UTC by Heiko Becker
Modified: 2015-09-06 21:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch which allows configuring the install locatin of arch-independent files (5.71 KB, text/plain)
2015-05-03 17:57 UTC, Heiko Becker
Details

Description Heiko Becker 2015-05-03 17:57:20 UTC
Created attachment 115525 [details]
Patch which allows configuring the install locatin of arch-independent files

I'm not sure if this is the preferred way of doing this or if you like the naming of the variable, but I would be willing to adjust that.
Comment 1 Albert Astals Cid 2015-09-01 22:49:34 UTC
So basically what you do is set CMAKE_INSTALL_PREFIX to /usr/arch but still want some stuff in /usr/share not in /usr/arch/share?
Comment 2 Heiko Becker 2015-09-03 19:32:56 UTC
(In reply to Albert Astals Cid from comment #1)
> So basically what you do is set CMAKE_INSTALL_PREFIX to /usr/arch but still
> want some stuff in /usr/share not in /usr/arch/share?

Exactly. That way I can cross compile poppler and its libraries and still have only one instance of the man pages, for example.
Comment 3 Albert Astals Cid 2015-09-06 21:15:52 UTC
Pushed


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.