SPECS: usermode.spec - fix for parallel building

sls sls at pld-linux.org
Mon Mar 31 18:53:04 CEST 2008


Author: sls                          Date: Mon Mar 31 16:53:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for parallel building

---- Files affected:
SPECS:
   usermode.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/usermode.spec
diff -u SPECS/usermode.spec:1.34 SPECS/usermode.spec:1.35
--- SPECS/usermode.spec:1.34	Mon Feb 12 23:09:19 2007
+++ SPECS/usermode.spec	Mon Mar 31 18:52:59 2008
@@ -58,7 +58,9 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 
-%{__make} install install-man \
+%{__make} install \
+	PREFIX=$RPM_BUILD_ROOT
+%{__make} install-man \
 	PREFIX=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT/etc/X11/applnk/System/* $RPM_BUILD_ROOT%{_desktopdir}
@@ -79,7 +81,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.34  2007-02-12 22:09:19  glen
+Revision 1.35  2008-03-31 16:52:59  sls
+- fix for parallel building
+
+Revision 1.34  2007/02/12 22:09:19  glen
 - tabs in preamble
 
 Revision 1.33  2007/02/12 01:06:35  baggins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/usermode.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list