File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
contrib/bash_completion.d Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- noinst_DATA = %D%/zfs
2
- EXTRA_DIST += $(noinst_DATA )
3
- SUBSTFILES += $(noinst_DATA )
1
+ bashcompletiondir = $(sysconfdir ) /bash_completion.d
4
2
5
- SHELLCHECKSCRIPTS += $(noinst_DATA )
6
- $(call SHELLCHECK_OPTS,$(noinst_DATA ) ) : SHELLCHECK_SHELL = bash
3
+ nodist_bashcompletion_DATA = %D%/zfs
4
+ SUBSTFILES += $(nodist_bashcompletion_DATA )
5
+
6
+ SHELLCHECKSCRIPTS += $(nodist_bashcompletion_DATA )
7
+ $(call SHELLCHECK_OPTS,$(nodist_bashcompletion_DATA ) ) : SHELLCHECK_SHELL = bash
Original file line number Diff line number Diff line change @@ -518,6 +518,8 @@ systemctl --system daemon-reload >/dev/null || true
518
518
%config(noreplace) %{_sysconfdir}/%{name}/vdev_id.conf.*.example
519
519
%attr(440, root, root) %config(noreplace) %{_sysconfdir}/sudoers.d/*
520
520
521
+ %config(noreplace) %{_sysconfdir}/bash_completion.d/zfs
522
+
521
523
%files -n libzpool5
522
524
%{_libdir}/libzpool.so.*
523
525
You can’t perform that action at this time.
0 commit comments