SPECS: cups.spec - fixed PHPDIR

charles charles at pld-linux.org
Sat May 13 01:07:40 CEST 2006


Author: charles                      Date: Fri May 12 23:07:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed PHPDIR

---- Files affected:
SPECS:
   cups.spec (1.147 -> 1.148) 

---- Diffs:

================================================================
Index: SPECS/cups.spec
diff -u SPECS/cups.spec:1.147 SPECS/cups.spec:1.148
--- SPECS/cups.spec:1.147	Fri May 12 10:17:31 2006
+++ SPECS/cups.spec	Sat May 13 01:07:34 2006
@@ -293,7 +293,7 @@
 
 %if %{with php}
 %{__make} -C scripting/php install \
-	PHPDIR="%{__php_extensiondir}"
+	PHPDIR=$RPM_BUILD_ROOT%{_php_extensiondir}
 install -d $RPM_BUILD_ROOT%{_php_configdir}/conf.d
 cat > $RPM_BUILD_ROOT%{_php_configdir}/conf.d/phpcups.ini << EOF
 ; Enable phpcups extension module
@@ -549,6 +549,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.148  2006/05/12 23:07:34  charles
+- fixed PHPDIR
+
 Revision 1.147  2006/05/12 08:17:31  qboosh
 - removed obsolete nolibs patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cups.spec?r1=1.147&r2=1.148&f=u



More information about the pld-cvs-commit mailing list