summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeimos2018-08-19 23:27:57 -0400
committerDeimos2018-08-19 23:27:57 -0400
commita43526e1231d3a281d278e33f4637b50b7f8b9c9 (patch)
tree9efb26f93f201ea8f3affae26e8c1cff300c1cbb
parent00f18bcbe14a5832ef341d035b91c1398fa97841 (diff)
downloadaur-a43526e1231d3a281d278e33f4637b50b7f8b9c9.tar.gz
Optimize build script
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6110cfb06580..72f736492b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ source=("http://download.savannah.nongnu.org/releases/gnustep-nonfsf/Pantomime-1
sha256sums=('935845b67ec4cf32596828091dc41f3599ca8870ab9085891c365be23094b910')
build() {
- source /usr/share/GNUstep/Makefiles/GNUstep.sh
cd "$_pkgname-$pkgver"
+ export GNUSTEP_MAKEFILES="$(gnustep-config --variable=GNUSTEP_MAKEFILES)"
make
}