summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2018-01-18 16:22:49 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2018-01-18 16:22:49 +0900
commitd39c9971f0b15ef705cedb1902840efbffb35526 (patch)
tree325918f08d606e0367d7a4f5f8bf5519ec955615 /packaging
parent392d41b94022dda57b201f3851c2a6334a2f5568 (diff)
downloadgpg2-d39c9971f0b15ef705cedb1902840efbffb35526.tar.gz
gpg2-d39c9971f0b15ef705cedb1902840efbffb35526.tar.bz2
gpg2-d39c9971f0b15ef705cedb1902840efbffb35526.zip
Change-Id: I15a64bee3854f0a042a7061b9fb0ad947f715b34
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gpg2.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/gpg2.spec b/packaging/gpg2.spec
index 5456f6d..0355cc0 100644
--- a/packaging/gpg2.spec
+++ b/packaging/gpg2.spec
@@ -58,8 +58,8 @@ export LDFLAGS=-pie
%check
%if ! 0%{?qemu_user_space_build}
%__make check
-%{buildroot}%{_bindir}/gpgsplit -v -p pubsplit- --uncompress <tests/openpgp/pubring.gpg
-%{buildroot}%{_bindir}/gpgsplit -v -p secsplit- --secret-to-public --uncompress <tests/openpgp/secring.gpg
+./tools/gpgsplit -v -p pubsplit- --uncompress <tests/openpgp/pubring.gpg
+./tools/gpgsplit -v -p secsplit- --secret-to-public --uncompress <tests/openpgp/secring.gpg
%endif
%install