aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 18:40:53 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-31 18:40:53 +0200
commitdc646b73de264479a61cee14628286d8d4fd5984 (patch)
tree3f307488a97b55e02e6434f3891d52055635a5d5
parentoverlay/vdr/devel: moved homedir /var/vdr to /var/lib/vdr (diff)
downloadgentoo-vdr-scripts-dc646b73de264479a61cee14628286d8d4fd5984.tar.gz
gentoo-vdr-scripts-dc646b73de264479a61cee14628286d8d4fd5984.tar.bz2
gentoo-vdr-scripts-dc646b73de264479a61cee14628286d8d4fd5984.zip
git/gentoo-vdr-scripts: fixed test parameter
thx to Helmut Binder by mail Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
-rw-r--r--vdrplugin-rebuild/vdrplugin-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrplugin-rebuild/vdrplugin-rebuild b/vdrplugin-rebuild/vdrplugin-rebuild
index 17548e5..5af2109 100644
--- a/vdrplugin-rebuild/vdrplugin-rebuild
+++ b/vdrplugin-rebuild/vdrplugin-rebuild
@@ -267,7 +267,7 @@ db_plug_merge() {
get_vdr_plugin_dir() {
local d include_dir=/usr/include/vdr
d="$(awk '/^PLUGINLIBDIR/{ print $3 }' ${include_dir}/Make.config)"
- if [ -n "${d}" ]; then
+ if [ -z "${d}" ]; then
d="$(pkg-config --variable=libdir vdr)"
fi