Code

Install src/liboconfig/oconfig.h to /usr/include/collectd as well.
authorSebastian Harl <sh@tokkee.org>
Fri, 1 Feb 2008 08:27:52 +0000 (09:27 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 1 Feb 2008 08:27:52 +0000 (09:27 +0100)
This file is required by a couple other headers and currently not installed by
any other package.

debian/rules

index c6833e0f1c7247576071e800d703966baa2f9efc..7aec0f1f8600627a07bd35983edd9f772a897cbb 100755 (executable)
@@ -73,8 +73,9 @@ install-indep:
        dh_installdirs -i
        
        include_dir=debian/collectd-dev/usr/include/collectd/ \
-               && mkdir -p $$include_dir \
-               && cp src/*.h $$include_dir
+               && mkdir -p $$include_dir/liboconfig \
+               && cp src/*.h $$include_dir \
+               && cp src/liboconfig/oconfig.h $$include_dir/liboconfig
 
 install-arch: build
        dh_testdir