automake: don't install /e/d/zfs or /e/z/zfs-functions +x

Closes #13496
Backport-of: #13503
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
This commit is contained in:
наб 2022-05-25 01:25:54 +02:00 committed by Brian Behlendorf
parent 115e059818
commit 96c7c63994
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,10 @@
include $(top_srcdir)/config/Substfiles.am include $(top_srcdir)/config/Substfiles.am
include $(top_srcdir)/config/Shellcheck.am include $(top_srcdir)/config/Shellcheck.am
initconf_SCRIPTS = zfs initconf_DATA = zfs
SUBSTFILES += $(initconf_SCRIPTS) SUBSTFILES += $(initconf_DATA)
SHELLCHECKSCRIPTS = $(initconf_DATA)
SHELLCHECK_SHELL = sh SHELLCHECK_SHELL = sh
SHELLCHECK_IGNORE = ,SC2034 SHELLCHECK_IGNORE = ,SC2034

View File

@ -10,9 +10,10 @@ dist_pkgsysconf_DATA = \
vdev_id.conf.multipath.example \ vdev_id.conf.multipath.example \
vdev_id.conf.scsi.example vdev_id.conf.scsi.example
pkgsysconf_SCRIPTS = \ pkgsysconf_DATA = \
zfs-functions zfs-functions
SUBSTFILES += $(pkgsysconf_SCRIPTS) SUBSTFILES += $(pkgsysconf_DATA)
SHELLCHECKSCRIPTS = $(pkgsysconf_DATA)
SHELLCHECK_SHELL = dash # local variables SHELLCHECK_SHELL = dash # local variables