[libreoffice/f16] search in the right dir

David Tardon dtardon at fedoraproject.org
Fri Nov 11 13:13:52 UTC 2011


commit d81b490688a429524b3f13f5466cbff7bd9a843e
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Nov 11 14:11:10 2011 +0100

    search in the right dir

 libreoffice.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index f2aa4b9..c9d3813 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1295,7 +1295,7 @@ print-DLLPOSTFIX :
     @echo \$(DLLPOSTFIX)
 EOF
 libsuffix=`dmake -f dllpostfix.mk print-DLLPOSTFIX`
-for f in `find %{_datadir}/gdb/auto-load%{baseinstdir} -type f -name '*lo-gdb.py'`; do
+for f in `find $RPM_BUILD_ROOT/%{_datadir}/gdb/auto-load%{baseinstdir} -type f -name '*lo-gdb.py'`; do
     mv "$f" "${f%lo-gdb.py}${libsuffix}-gdb.py"
 done
 


More information about the scm-commits mailing list