debian/collectd-core.overrides: fix usage of path in binary-or-shlib-defines-rpath

This is supposed to fix the lintian error:

| E: collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server

From: Michael Prokop <mprokop@sipwise.com>
remotes/svn/trunk
Michael Prokop 14 years ago
parent a9ef37aa08
commit 42868217eb

@ -10,5 +10,4 @@ collectd-core: capitalization-error-in-description python Python
# The "java" plugin uses libjvm.so which can only be found in a non-standard
# directory. According to the Java guys the path name and the ABI is stable
# though ...
collectd-core: binary-or-shlib-defines-rpath ./usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/*
collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/*

Loading…
Cancel
Save