summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoeny Ang2015-07-12 17:33:04 +0800
committerJoeny Ang2015-07-12 17:33:04 +0800
commit644c5d94e416579c65f79d74351c2c73e54c6f5d (patch)
tree6fcfc14d46371dd74e3d057fd8ef167b28a6c005 /PKGBUILD
parent1657d997c4eb5c53ec20ba5098e2694e69775e0f (diff)
downloadaur-644c5d94e416579c65f79d74351c2c73e54c6f5d.tar.gz
Added -j1 to make to fix intermittent libtool-related errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e678b479b00a..16075c99a798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=font-manager
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple font management application for GTK+ Desktop Environments"
url="http://fontmanager.github.io/"
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ md5sums=('0d845cc3cd369b60da04d78211146937')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
- make
+ ./configure --prefix=/usr --disable-schemas-compile
+ make -j1
}
package() {