summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a65d07)
raw | patch | inline | side by side (parent: 1a65d07)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 1 Feb 2008 08:27:52 +0000 (09:27 +0100) | ||
committer | Sebastian 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.
any other package.
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index c6833e0f1c7247576071e800d703966baa2f9efc..7aec0f1f8600627a07bd35983edd9f772a897cbb 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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