]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- or rather %php_sysconfdir
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Dec 2006 23:23:57 +0000 (23:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.341

rpm.macros

index 6a3d50ee729da8e56003812aa7db68299f55d6e9..e6f662c2b547c1074dba7ecb55176ef55934dc46 100644 (file)
@@ -545,7 +545,7 @@ fi \
 
 %php_pear_dir          /usr/share/pear
 %php_extensiondir      %(php-config --extension-dir 2>/dev/null || echo ERROR)
-%php_configdir         %(php-config --config-dir 2>/dev/null || echo ERROR)
+%php_sysconfdir                %(php-config --sysconfdir 2>/dev/null || echo ERROR)
 
 # directory where php includes are installed on system.
 %__php_includedir              /usr/include/php
This page took 0.08827 seconds and 4 git commands to generate.