diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2016-02-10 13:32:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:24 +0000 |
commit | 1c2467349da032376cd3dd435cdf5fd0bfc116e7 (patch) | |
tree | fb5301f39e386e0cd12d0fcfaed10cce87d65d0b | |
parent | bc017488bb530c9dc06c043dc91eb0b1e6abe4e5 (diff) | |
download | openembedded-core-1c2467349da032376cd3dd435cdf5fd0bfc116e7.tar.gz openembedded-core-1c2467349da032376cd3dd435cdf5fd0bfc116e7.tar.bz2 openembedded-core-1c2467349da032376cd3dd435cdf5fd0bfc116e7.zip |
systemd: rename systemd-zsh to systemd-zsh-completion
Try to keep consistent naming with bash-completion package.
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_228.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb index f3893251a6..1c58c865dd 100644 --- a/meta/recipes-core/systemd/systemd_228.bb +++ b/meta/recipes-core/systemd/systemd_228.bb @@ -246,7 +246,7 @@ PACKAGES =+ "\ ${PN}-rpm-macros \ ${PN}-binfmt \ ${PN}-pam \ - ${PN}-zsh \ + ${PN}-zsh-completion \ ${PN}-xorg-xinitrc \ ${PN}-extra-utils \ " @@ -282,7 +282,7 @@ FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ FILES_${PN}-xorg-xinitrc = "${sysconfdir}/X11/xinit/xinitrc.d/*" -FILES_${PN}-zsh = "${datadir}/zsh/site-functions" +FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ ${exec_prefix}/lib/binfmt.d \ |