forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automake: don't install /e/d/zfs or /e/z/zfs-functions +x
Closes openzfs#13496 Backport-of: openzfs#13503 Signed-off-by: Ahelenia Ziemiańska <[email protected]>
- Loading branch information
1 parent
0514731
commit b364c95
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
include $(top_srcdir)/config/Substfiles.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_IGNORE = ,SC2034 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters