summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeimos2018-08-19 23:27:33 -0400
committerDeimos2018-08-19 23:27:33 -0400
commit923eca691fcc86608578af14baf175ca00f95598 (patch)
tree2e7544937fa589f773b395935c3b9bb1a48627ff
parent85460556b83153a7c5baf54b46184c735b7d56ce (diff)
downloadaur-923eca691fcc86608578af14baf175ca00f95598.tar.gz
Optimize build script
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10f1ffcf5bc4..6e0d7b7276d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ source=("http://savannah.nongnu.org/download/gap/Graphos-0.7.tar.gz")
sha256sums=('d2a2567d244787a56572733cc91ca02ceb1030dfbd54401aa86e26650c34810b')
build() {
- source /usr/share/GNUstep/Makefiles/GNUstep.sh
cd "$_pkgname-$pkgver"
+ export GNUSTEP_MAKEFILES="$(gnustep-config --variable=GNUSTEP_MAKEFILES)"
make
}