From 31a5ad7c9d0787ae15820a909532af29645c257d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Nov 2009 14:09:23 -0800 Subject: [PATCH] Add missing zconfig.sh test script to package. --- scripts/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c8cf54d2fd..a1dfc3871e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,6 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@ nobase_pkglibexec_SCRIPTS = common.sh +nobase_pkglibexec_SCRIPTS += zconfig.sh nobase_pkglibexec_SCRIPTS += zfs.sh nobase_pkglibexec_SCRIPTS += zpool-create.sh nobase_pkglibexec_SCRIPTS += zpool-config/*