diff options
author | Deimos | 2018-08-19 23:27:17 -0400 |
---|---|---|
committer | Deimos | 2018-08-19 23:27:17 -0400 |
commit | 327bad6d80af4d21500f4166144e6578df3e97a7 (patch) | |
tree | 57f2ab75bc1299944c921ce8d9f113a57d93f8a1 | |
parent | 151fa53f4d28b4b918dd264caf72cff6ac952183 (diff) | |
download | aur-327bad6d80af4d21500f4166144e6578df3e97a7.tar.gz |
Optimize build script
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,8 +15,8 @@ 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" + export GNUSTEP_MAKEFILES="$(gnustep-config --variable=GNUSTEP_MAKEFILES)" make } |