[goldendict] Fix prefix

Mosaab Alzoubi moceap at fedoraproject.org
Fri Jan 17 05:43:53 UTC 2014


commit 69af62fc39aeec81dfc0748ae6ccee4fb475dbef
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Fri Jan 17 07:43:55 2014 +0200

    Fix prefix

 goldendict.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goldendict.spec b/goldendict.spec
index ed7198e..94ee353 100644
--- a/goldendict.spec
+++ b/goldendict.spec
@@ -33,7 +33,7 @@ Scan popup functionality.
 %setup -q -n %{name}-%{commit}
 
 %build
-%qmake_qt4 "DISABLE_INTERNAL_PLAYER=1"
+%qmake_qt4 PREFIX=%{_prefix} DISABLE_INTERNAL_PLAYER=1
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list