diff options
Diffstat (limited to 'scripts/macros.php.in')
-rw-r--r-- | scripts/macros.php.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/macros.php.in b/scripts/macros.php.in index c0da6db10..cf20728b0 100644 --- a/scripts/macros.php.in +++ b/scripts/macros.php.in @@ -1,9 +1,9 @@ # Perl specific macro definitions. # To make use of these macros insert the following line into your spec file: -# %include @RPMCONFIGDIR@/macros.php +# %include %{_rpmconfigdir}/macros.php -%define __find_requires @RPMCONFIGDIR@/find-php-requires -%define __find_provides @RPMCONFIGDIR@/find-php-provides +%define __find_requires %{_rpmconfigdir}/find-php-requires +%define __find_provides %{_rpmconfigdir}/find-php-provides %define php_pear_dir %{_datadir}/pear |