forked from pool/ocaml-rpm-macros
_rpmmacrodir
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=5
This commit is contained in:
parent
fc123d0e38
commit
23b8004db0
@ -61,8 +61,8 @@ in ocaml spec files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# install OCaml macros
|
# install OCaml macros
|
||||||
mkdir -vp %{buildroot}%{_rpmconfigdir}/macros.d
|
mkdir -vp %{buildroot}%{_rpmmacrodir}
|
||||||
tee %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} <<'_EOF_'
|
tee %{buildroot}%{_rpmmacrodir/macros.%{name} <<'_EOF_'
|
||||||
# get rid of %{_rpmconfigdir}/find-debuginfo.sh
|
# get rid of %{_rpmconfigdir}/find-debuginfo.sh
|
||||||
# strip kills the bytecode part of ELF binaries
|
# strip kills the bytecode part of ELF binaries
|
||||||
#
|
#
|
||||||
@ -221,6 +221,6 @@ ocaml setup.ml -configure \\\
|
|||||||
_EOF_
|
_EOF_
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%config %{_rpmconfigdir}/macros.d
|
%config %{_rpmmacrodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user