summaryrefslogtreecommitdiffstats
path: root/php-swiftmailer.spec
diff options
context:
space:
mode:
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)