diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-11-09 16:07:55 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-11-09 16:07:55 -0800 |
commit | 76eaf76d12f01ba95ec94626542a978416bd99f0 (patch) | |
tree | 0dddd975bab6b354a0f5fb57424537cdfb36462e /files.c | |
parent | 4457679c5f157469676e0bb97cb2a4d7471d310d (diff) |
260.19.12260.19.12
Diffstat (limited to 'files.c')
-rw-r--r-- | files.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -600,6 +600,12 @@ int set_destinations(Options *op, Package *p) path = ""; break; + case FILE_TYPE_OPENGL_HEADER: + prefix = op->opengl_prefix; + dir = op->opengl_incdir; + path = p->entries[i].path; + break; + case FILE_TYPE_INSTALLER_BINARY: prefix = op->utility_prefix; dir = op->utility_bindir; |