benchmarking: Don't install libtool wrapper scripts.
This commit is contained in:
parent
28c2bffd30
commit
9b38622f93
@ -1044,9 +1044,9 @@ rm ocaml/html/.gitignore
|
||||
|
||||
%ifarch aarch64 x86_64
|
||||
# Copy the benchmarking tools and man pages, since upstream doesn't
|
||||
# install them by default.
|
||||
install -m 0755 utils/boot-analysis/boot-analysis $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-analysis
|
||||
install -m 0755 utils/boot-benchmark/boot-benchmark $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-benchmark
|
||||
# install them by default. NB Don't install the libtool wrapper scripts.
|
||||
libtool --mode=install -m 0755 utils/boot-analysis/boot-analysis $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-analysis
|
||||
libtool --mode=install -m 0755 utils/boot-benchmark/boot-benchmark $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-benchmark
|
||||
install -m 0755 utils/boot-benchmark/boot-benchmark-range.pl $RPM_BUILD_ROOT%{_bindir}/libguestfs-boot-benchmark-range.pl
|
||||
install -m 0644 utils/boot-analysis/boot-analysis.1 $RPM_BUILD_ROOT%{_mandir}/man1/libguestfs-boot-analysis.1
|
||||
install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/man1/libguestfs-boot-benchmark.1
|
||||
|
Loading…
Reference in New Issue
Block a user