1
0
Olaf Hering 2019-10-04 07:54:06 +00:00 committed by Git OBS Bridge
parent fc123d0e38
commit 23b8004db0

View File

@ -61,8 +61,8 @@ in ocaml spec files.
%install
# install OCaml macros
mkdir -vp %{buildroot}%{_rpmconfigdir}/macros.d
tee %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} <<'_EOF_'
mkdir -vp %{buildroot}%{_rpmmacrodir}
tee %{buildroot}%{_rpmmacrodir/macros.%{name} <<'_EOF_'
# get rid of %{_rpmconfigdir}/find-debuginfo.sh
# strip kills the bytecode part of ELF binaries
#
@ -221,6 +221,6 @@ ocaml setup.ml -configure \\\
_EOF_
%files
%config %{_rpmconfigdir}/macros.d
%config %{_rpmmacrodir}/*
%changelog