[Libguestfs] [PATCH 6/6] erlang: Install to correct directory

Hilko Bengen bengen at hilluzination.de
Wed Mar 13 20:13:09 UTC 2013


From: Hilko Bengen <bengen at debian.org>

---
 erlang/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/erlang/Makefile.am b/erlang/Makefile.am
index c7a52a9..a2c978f 100644
--- a/erlang/Makefile.am
+++ b/erlang/Makefile.am
@@ -30,7 +30,7 @@ EXTRA_DIST = \
 
 if HAVE_ERLANG
 
-erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin
+erlang_bindir = $(prefix)/lib/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin
 
 erlang_bin_DATA = guestfs.beam
 
-- 
1.7.10.4




More information about the Libguestfs mailing list