File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,10 @@ install: completion
6262 install -D -m 0644 -t $(DESTDIR )$(prefix ) /share/man/man5 target/man/* .5; \
6363 install -D -m 0644 -t $(DESTDIR )$(prefix ) /share/man/man8 target/man/* .8; \
6464 install -D -m 0644 target/completion/bootc.bash $(DESTDIR )$(prefix ) /share/bash-completion/completions/bootc
65- install -D -m 0644 target/completion/bootc.zsh $(DESTDIR )$(prefix ) /share/zsh/site-functions/_bootc
65+ install -D -m 0644 target/completion/bootc.elvish $(DESTDIR )$(prefix ) /share/elvish/lib/bootc.elv
6666 install -D -m 0644 target/completion/bootc.fish $(DESTDIR )$(prefix ) /share/fish/vendor_completions.d/bootc.fish
67+ install -D -m 0644 target/completion/bootc.powershell $(DESTDIR )$(prefix ) /share/powershell/Modules/Bootc/Bootc.psm1
68+ install -D -m 0644 target/completion/bootc.zsh $(DESTDIR )$(prefix ) /share/zsh/site-functions/_bootc
6769 install -D -m 0644 -t $(DESTDIR ) /$(prefix ) /lib/systemd/system systemd/* .service systemd/* .timer systemd/* .path systemd/* .target
6870 install -D -m 0644 -t $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/usr/lib/ostree/ baseimage/base/usr/lib/ostree/prepare-root.conf
6971 install -d -m 755 $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/sysroot
Original file line number Diff line number Diff line change @@ -164,9 +164,8 @@ chmod +x %{?buildroot}/%{system_reinstall_bootc_install_podman_path}
164164touch %{?buildroot }/%{_docdir }/bootc/baseimage/base/sysroot/.keepdir
165165find %{?buildroot }/%{_docdir } ! -type d -printf ' %{_docdir}/%%P\n' | sort > bootcdoclist.txt
166166
167- install -Dpm 0644 target/completion/bootc.bash %{buildroot }%{bash_completions_dir }/bootc
168- install -Dpm 0644 target/completion/bootc.zsh %{buildroot }%{zsh_completions_dir }/_bootc
169- install -Dpm 0644 target/completion/bootc.fish %{buildroot }%{fish_completions_dir }/bootc.fish
167+ rm -f %{buildroot }/%{_prefix }/share/elvish/lib/bootc.elv
168+ rm -f %{buildroot }/%{_prefix }/share/powershell/Modules/Bootc/Bootc.psm1
170169
171170%if %{with check }
172171%check
You can’t perform that action at this time.
0 commit comments