summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeimos2018-08-17 17:37:40 -0400
committerDeimos2018-08-17 17:37:40 -0400
commit151fa53f4d28b4b918dd264caf72cff6ac952183 (patch)
tree5e52d9a68de17111b8d596f7e69a5a5f5d5aa252
parent121ee20a18fadce3c3adc9cf7e0c6f3a077d2db7 (diff)
downloadaur-151fa53f4d28b4b918dd264caf72cff6ac952183.tar.gz
Shell make variables
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3249f3f313..a0376606cc74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ source=("http://savannah.nongnu.org/download/gap/FTP-0.6.tar.gz")
sha256sums=('f9884c1d0a3f37fea183ed1f80905d0f9ed3c99f776dc6a876434c7512c4d610')
build() {
+ source /usr/share/GNUstep/Makefiles/GNUstep.sh
cd "$_pkgname-$pkgver"
make
}