From 33dc8c4e564da80314a45f83636c74b6ce9af988 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Sep 2007 14:29:06 +0000 Subject: [PATCH] test/Makefile.in (lvm-wrapper): Use $(DMDIR)/lib/, not $(DMDIR)/lib/ioctl/. Author: Jim Meyering --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index f22e13e6a..9bd439b76 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -65,7 +65,7 @@ lvm-wrapper: Makefile rm -f $@-t $@ echo '#!/bin/sh' > $@-t test -n "@DMDIR@" \ - && echo 'export LD_LIBRARY_PATH="@DMDIR@/lib/ioctl"' >> $@-t + && echo 'export LD_LIBRARY_PATH="@DMDIR@/lib"' >> $@-t echo 'cmd=$$(echo ./$$0|sed "s,.*/,,")' >> $@-t echo 'test "$$cmd" = lvm &&' >> $@-t echo 'exec "$(abs_top_builddir)/tools/lvm" "$$@"' >> $@-t