1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?Ferenc_W=C3=A1gner?= <ferenc.wagner@balabit.com>
Date: Sun, 25 Feb 2024 19:40:52 +0100
Subject: Expect libraries need not be executable
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 6bb1dc3..af01305 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,7 @@ dist_pkgdataexec_SCRIPTS = \
pkgdatalibdir = $(pkgdatadir)/lib
-dist_pkgdatalib_SCRIPTS = \
+dist_pkgdatalib_DATA = \
scripts/lib/alpha.exp \
scripts/lib/conman.exp
|