diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-05 11:15:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-05 11:15:06 +0200 |
commit | 6f130b77bedf2a1c6514b8acbf1cbef57b13d6a0 (patch) | |
tree | ebcee96f1c1d57006538610b2b371a40e177cdb2 | |
parent | 729c0a190809f91cded501aab2a5d81be6fd3bc4 (diff) |
php-swiftmailer: fix macro usage
-rw-r--r-- | php-swiftmailer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index bf36910..83589c8 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -98,7 +98,7 @@ mkdir vendor %{_bindir}/phpab --output vendor/autoload.php tests cat << 'EOF' | tee -a vendor/autoload.php require_once '%{buildroot}/%{php_home}/Swift/swift_required.php'; -require_once '/usr/share/php/Mockery/autoload.php'; +require_once '%{php_home}/Mockery/autoload.php'; EOF TMPDIR=$(mktemp -d $PWD/rpmtests-XXXXXXXX) |