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:
parent
115e059818
commit
96c7c63994
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue