aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-git
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-12-12 18:26:24 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-12-15 13:18:20 +0800
commit7c4a857012e489003fbc04f3800ce8c13158739a (patch)
treec46dc0bfb9a08f991818846a6ff29cfbf851eff2 /guix/guile-git
parent03f5771fde737761083d599f78b2e89332cab345 (diff)
downloadcopr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.gz
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.bz2
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.lz
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.xz
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.zst
copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.zip
Use configure, make_build, make_install macros
Diffstat (limited to 'guix/guile-git')
-rw-r--r--guix/guile-git/guile-git.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec
index 42c96a1..39bbed8 100644
--- a/guix/guile-git/guile-git.spec
+++ b/guix/guile-git/guile-git.spec
@@ -38,7 +38,7 @@ repositories of the Git version control system.
%check
# segfault on i686
%ifnarch %{ix86}
-make %{?_smp_mflags} check
+%{__make} %{?_smp_mflags} check
%endif