summaryrefslogtreecommitdiffstats
path: root/php-swiftmailer.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-05 11:15:06 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-05 11:15:06 +0200
commit6f130b77bedf2a1c6514b8acbf1cbef57b13d6a0 (patch)
treeebcee96f1c1d57006538610b2b371a40e177cdb2 /php-swiftmailer.spec
parent729c0a190809f91cded501aab2a5d81be6fd3bc4 (diff)
php-swiftmailer: fix macro usage
Diffstat (limited to 'php-swiftmailer.spec')
-rw-r--r--php-swiftmailer.spec2
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)