mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
systemd: rename systemd-zsh to systemd-zsh-completion
Try to keep consistent naming with bash-completion package. (From OE-Core rev: 1c2467349da032376cd3dd435cdf5fd0bfc116e7) Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22a2866456
commit
85728ec99c
@@ -246,7 +246,7 @@ PACKAGES =+ "\
|
|||||||
${PN}-rpm-macros \
|
${PN}-rpm-macros \
|
||||||
${PN}-binfmt \
|
${PN}-binfmt \
|
||||||
${PN}-pam \
|
${PN}-pam \
|
||||||
${PN}-zsh \
|
${PN}-zsh-completion \
|
||||||
${PN}-xorg-xinitrc \
|
${PN}-xorg-xinitrc \
|
||||||
${PN}-extra-utils \
|
${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}-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/ \
|
FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \
|
||||||
${exec_prefix}/lib/binfmt.d \
|
${exec_prefix}/lib/binfmt.d \
|
||||||
|
|||||||
Reference in New Issue
Block a user