diff options
Diffstat (limited to 'devel/bglibs/files')
-rw-r--r-- | devel/bglibs/files/patch-insthier.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bglibs/files/patch-insthier.c b/devel/bglibs/files/patch-insthier.c new file mode 100644 index 000000000000..783a1d6a129d --- /dev/null +++ b/devel/bglibs/files/patch-insthier.c @@ -0,0 +1,11 @@ +--- insthier.c.orig Tue Jun 3 19:20:34 2003 ++++ insthier.c Tue Jun 3 19:21:30 2003 +@@ -15,7 +15,7 @@ + + bin = d(home, "bin", -1, -1, 0755); + +- inc = d(home, "include", -1, -1, 0755); ++ inc = d(home, "include/bglibs", -1, -1, 0755); + + cf(inc, "installer.h", -1, -1, 0644, "install/installer.h"); + C(inc, sysdeps.h); |