diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 18:26:24 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-15 13:18:20 +0800 |
commit | 7c4a857012e489003fbc04f3800ce8c13158739a (patch) | |
tree | c46dc0bfb9a08f991818846a6ff29cfbf851eff2 /guix/emacs-guix | |
parent | 03f5771fde737761083d599f78b2e89332cab345 (diff) | |
download | copr-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/emacs-guix')
-rw-r--r-- | guix/emacs-guix/emacs-guix.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec index 642a0ca..9741cf1 100644 --- a/guix/emacs-guix/emacs-guix.spec +++ b/guix/emacs-guix/emacs-guix.spec @@ -49,7 +49,7 @@ available info about packages and to do many other things. --with-guile-site-ccache-dir=%{guile_ccache_dir} \ GUILE=%{_bindir}/guile \ GUILD=%{_bindir}/guild -make %{?_smp_mflags} +%make_build %install @@ -96,7 +96,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-2 -- Use autosetup macro +- Use autosetup and make_build macros * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-1 - Update to 0.3.3 |