summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian_layout_fix.patch
blob: 861a9b4da309adc82180da3bda73957487b1106b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: <tfheen@debian.org>
Subject: Fix the includedir in the Debian layout.

Index: trunk/config.layout
===================================================================
--- trunk.orig/config.layout
+++ trunk/config.layout
@@ -223,7 +223,7 @@
     libexecdir:    ${exec_prefix}/lib/apr/modules
     mandir:        ${exec_prefix}/share/man
     datadir:       ${exec_prefix}/share/apr
-    includedir:    ${exec_prefix}/include/apr-${APRUTIL_MAJOR_VERSION}
+    includedir:    ${exec_prefix}/include/apr-1.0
     localstatedir: ${prefix}/var/run
     runtimedir:    ${prefix}/var/run
     infodir:       ${exec_prefix}/share/info