diff options
author | P.A. López-Valencia | 2015-11-30 15:29:35 -0500 |
---|---|---|
committer | P.A. López-Valencia | 2015-11-30 15:29:35 -0500 |
commit | c8193110a1b4cc6cb8ab734685ca16b779fc422d (patch) | |
tree | 91da8474ba4f45e02aecf17d3a76b9f88e5e1a8f /PKGBUILD | |
parent | cefcb6e3b409fbdcddf54210538b44095a417bb0 (diff) | |
download | aur-c8193110a1b4cc6cb8ab734685ca16b779fc422d.tar.gz |
emacs-git 25.1.50.r123464-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,8 @@ # pkgname=emacs-git -pkgver=25.1.50.r123388 -pkgrel=2 +pkgver=25.1.50.r123464 +pkgrel=1 pkgdesc="GNU Emacs. Master development branch." arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/" @@ -42,6 +42,7 @@ prepare() { build() { cd "$srcdir/$pkgname" + local _conf=( --prefix=/usr --sysconfdir=/etc @@ -54,7 +55,7 @@ build() { --with-x-toolkit=gtk3 --with-xft) - ./configure ${_conf} + ./configure ${_conf[@]} # Using "make" instead of "make bootstrap" makes incremental # compiling work. Less time recompiling. Yay! But if you may |