mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
erlang: Use $(ERLANG_LIB_DIR) to get Erlang libdir.
Instead of previous custom hack which didn't work properly on Debian. Thanks: Hilko Bengen.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user