From e29a130d8f3dbf8eab23ae78aabc2d95e7f56470 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 14 Mar 2013 12:47:40 +0000 Subject: [PATCH] erlang: Use $(ERLANG_LIB_DIR) to get Erlang libdir. Instead of previous custom hack which didn't work properly on Debian. Thanks: Hilko Bengen. --- erlang/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang/Makefile.am b/erlang/Makefile.am index c7a52a9e7..f648a86f4 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 = $(ERLANG_LIB_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin erlang_bin_DATA = guestfs.beam