mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
automake: don't install /e/d/zfs or /e/z/zfs-functions +x
_SCRIPTS means it's made +x when installing; _DATA is made -x. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13496 Closes #13503
This commit is contained in:
parent
7829b465a7
commit
1d89b989c1
@ -14,21 +14,21 @@ dist_sysconf_zfs_DATA = \
|
||||
%D%/zfs/vdev_id.conf.sas_switch.example \
|
||||
%D%/zfs/vdev_id.conf.scsi.example
|
||||
|
||||
sysconf_zfs_SCRIPTS = \
|
||||
sysconf_zfs_DATA = \
|
||||
%D%/zfs/zfs-functions
|
||||
|
||||
SUBSTFILES += $(sysconf_zfs_SCRIPTS)
|
||||
SHELLCHECKSCRIPTS += $(sysconf_zfs_SCRIPTS)
|
||||
$(call SHELLCHECK_OPTS,$(sysconf_zfs_SCRIPTS)): SHELLCHECK_SHELL = sh
|
||||
SUBSTFILES += $(sysconf_zfs_DATA)
|
||||
SHELLCHECKSCRIPTS += $(sysconf_zfs_DATA)
|
||||
$(call SHELLCHECK_OPTS,$(sysconf_zfs_DATA)): SHELLCHECK_SHELL = sh
|
||||
|
||||
|
||||
if BUILD_LINUX
|
||||
initconf_SCRIPTS = \
|
||||
initconf_DATA = \
|
||||
%D%/default/zfs
|
||||
|
||||
SUBSTFILES += $(initconf_SCRIPTS)
|
||||
SHELLCHECKSCRIPTS += $(initconf_SCRIPTS)
|
||||
$(call SHELLCHECK_OPTS,$(initconf_SCRIPTS)): SHELLCHECK_SHELL = sh
|
||||
SUBSTFILES += $(initconf_DATA)
|
||||
SHELLCHECKSCRIPTS += $(initconf_DATA)
|
||||
$(call SHELLCHECK_OPTS,$(initconf_DATA)): SHELLCHECK_SHELL = sh
|
||||
|
||||
|
||||
if INIT_SYSV
|
||||
|
Loading…
Reference in New Issue
Block a user