SPECS: arora.spec - define INSTALL_ROOT - NFY

shadzik shadzik at pld-linux.org
Wed May 28 22:32:23 CEST 2008


Author: shadzik                      Date: Wed May 28 20:32:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- define INSTALL_ROOT - NFY

---- Files affected:
SPECS:
   arora.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/arora.spec
diff -u SPECS/arora.spec:1.2 SPECS/arora.spec:1.3
--- SPECS/arora.spec:1.2	Wed May 28 22:05:38 2008
+++ SPECS/arora.spec	Wed May 28 22:32:18 2008
@@ -27,14 +27,14 @@
 %setup -q -n %{name}
 
 %build
-# XXX: how to pass PREFIX?
+export QTDIR=/usr
 qmake-qt4
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	INSTALL_ROOT=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-28 20:32:18  shadzik
+- define INSTALL_ROOT - NFY
+
 Revision 1.2  2008-05-28 20:05:38  glen
 - builds but don't know how to pass proper prefix and install
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/arora.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list