From 15098d4fd15c1e396f5a8d7d1ec414ffcfcb0287 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Nov 2009 14:10:46 -0800 Subject: [PATCH] Add missing os-sanity.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 0e9245a407..33b4dc777d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -4,6 +4,7 @@ nobase_pkglibexec_SCRIPTS += zfs.sh nobase_pkglibexec_SCRIPTS += zpool-create.sh nobase_pkglibexec_SCRIPTS += zpool-config/* nobase_pkglibexec_SCRIPTS += zpios.sh +nobase_pkglibexec_SCRIPTS += zpios-sanity.sh nobase_pkglibexec_SCRIPTS += zpios-survey.sh nobase_pkglibexec_SCRIPTS += zpios-test/* nobase_pkglibexec_SCRIPTS += zpios-profile/*