From 6f130b77bedf2a1c6514b8acbf1cbef57b13d6a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 May 2016 11:15:06 +0200 Subject: php-swiftmailer: fix macro usage --- php-swiftmailer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-swiftmailer.spec') 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) -- cgit