[libint] Install macros to macrosdir too

Ville Skyttä scop at fedoraproject.org
Tue Feb 4 16:21:40 UTC 2014


commit ec80d66896db2a3ecd27266760f16e314b44ae47
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Feb 4 18:21:58 2014 +0200

    Install macros to macrosdir too

 libint.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libint.spec b/libint.spec
index a735c88..2a8c5fc 100644
--- a/libint.spec
+++ b/libint.spec
@@ -125,8 +125,8 @@ find %{buildroot} -name *.la -delete
 find %{buildroot} -name *.so.*.* -exec chmod 755 {} \;
 
 # Create macro file
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cat > %{buildroot}%{_sysconfdir}/rpm/macros.libint << EOF
+mkdir -p %{buildroot}%{macrosdir}
+cat > %{buildroot}%{macrosdir}/macros.libint << EOF
 # Current version of libint is
 %_libint_version %{version}-%{release}
 EOF


More information about the scm-commits mailing list