[xulrunner/f15] objdir build fix

Martin Stransky stransky at fedoraproject.org
Tue Jun 5 10:20:37 UTC 2012


commit 549acf31d173ba1b21faff9404596c8732f5d70f
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Tue Jun 5 12:20:20 2012 +0200

    objdir build fix

 xulrunner.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 81af527..d15128a 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -370,7 +370,7 @@ make -C objdir buildsymbols
 cd %{tarballdir}
 
 # set up our prefs before install, so it gets pulled in to omni.jar
-%{__cp} -p %{SOURCE12} dist/bin/defaults/pref/all-redhat.js
+%{__cp} -p %{SOURCE12} objdir/dist/bin/defaults/pref/all-redhat.js
 
 DESTDIR=$RPM_BUILD_ROOT make install
 


More information about the scm-commits mailing list