SPECS: trf.spec - use __make install, pass prefix

darekr darekr at pld-linux.org
Thu Nov 16 15:14:11 CET 2006


Author: darekr                       Date: Thu Nov 16 14:14:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use __make install, pass prefix

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

---- Diffs:

================================================================
Index: SPECS/trf.spec
diff -u SPECS/trf.spec:1.2 SPECS/trf.spec:1.3
--- SPECS/trf.spec:1.2	Fri Oct 29 15:47:42 2004
+++ SPECS/trf.spec	Thu Nov 16 15:14:06 2006
@@ -35,8 +35,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install trfs $RPM_BUILD_ROOT%{_bindir}/
 
+%{__make} install \
+	prefix=/usr \
+	DESTDIR=$RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -51,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/16 14:14:06  darekr
+- use __make install, pass prefix
+
 Revision 1.2  2004/10/29 13:47:42  paladine
 - spelling fixes
 
================================================================

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



More information about the pld-cvs-commit mailing list