]> git.pld-linux.org Git - packages/cups.git/commitdiff
- fixed PHPDIR
authorKarol Krenski <charles@pld-linux.org>
Fri, 12 May 2006 23:07:34 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.spec -> 1.148

cups.spec

index ff15a6b6949c4eca8861ed315d871191be7b9cf6..189a29b346dec4cf5f6975e7596e038b68c703c4 100644 (file)
--- a/cups.spec
+++ b/cups.spec
@@ -292,7 +292,7 @@ fi
 
 %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
This page took 1.113457 seconds and 4 git commands to generate.