]> sourceware.org Git - lvm2.git/commitdiff
put dmeventd into the LD_LIBRARY_PATH for lvm-wrapper
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 5 Aug 2008 12:32:08 +0000 (12:32 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 5 Aug 2008 12:32:08 +0000 (12:32 +0000)
test/Makefile.in

index f9ad6ffc819a00f3e7edd5f2a7f7fdc12b528318..b51ce75a7bc28677909adce4d87287a07a75a2a8 100644 (file)
@@ -63,7 +63,7 @@ lvm-wrapper: Makefile
        rm -f $@-t $@
        echo '#!/bin/sh'                                          >  $@-t
        test -n "@DMDIR@" \
-         && echo 'export LD_LIBRARY_PATH="@DMDIR@/lib"'          >> $@-t
+         && echo 'export LD_LIBRARY_PATH="@DMDIR@/lib:@DMDIR@/dmeventd"' >> $@-t
        echo 'cmd=$$(echo ./$$0|sed "s,.*/,,")'                   >> $@-t
        echo 'test "$$cmd" = lvm &&'                              >> $@-t
        echo 'exec "$(abs_top_builddir)/tools/lvm" "$$@"'         >> $@-t
This page took 0.035159 seconds and 5 git commands to generate.