summaryrefslogtreecommitdiff
path: root/files.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-11-09 16:07:55 -0800
committerAaron Plattner <aplattner@nvidia.com>2010-11-09 16:07:55 -0800
commit76eaf76d12f01ba95ec94626542a978416bd99f0 (patch)
tree0dddd975bab6b354a0f5fb57424537cdfb36462e /files.c
parent4457679c5f157469676e0bb97cb2a4d7471d310d (diff)
260.19.12260.19.12
Diffstat (limited to 'files.c')
-rw-r--r--files.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/files.c b/files.c
index bab996f..5598051 100644
--- a/files.c
+++ b/files.c
@@ -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;