From ef888164b7fbd34ee0ae96b27eda5177f9a7f8f1 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 3 Aug 2022 09:44:17 +0200 Subject: [PATCH] Update Makefile.am --- lib/asl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/asl/Makefile.am b/lib/asl/Makefile.am index 0eeb95f..dc1e4e4 100644 --- a/lib/asl/Makefile.am +++ b/lib/asl/Makefile.am @@ -37,6 +37,6 @@ endif -libdir=$(prefix)/lib/lua/ +libdir=$(DESTDIR)/$(prefix)/lib/lua/ -EXTRA_DIST = 3rd/zip/miniz.c 3rd/zip/zip.h 3rd/jsmn/jsmn.h \ No newline at end of file +EXTRA_DIST = 3rd/zip/miniz.c 3rd/zip/zip.h 3rd/jsmn/jsmn.h