[arch-commits] Commit in gnustep-make/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Mon Jun 19 06:27:30 UTC 2017


    Date: Monday, June 19, 2017 @ 06:27:30
  Author: lcarlier
Revision: 238121

upgpkg: gnustep-make 2.7.0-2

remove GNUstep.sh from profile directory as it overrides environment variables, see FS#53360

Modified:
  gnustep-make/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 06:18:01 UTC (rev 238120)
+++ PKGBUILD	2017-06-19 06:27:30 UTC (rev 238121)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-make
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep make package"
 arch=('i686' 'x86_64') # See FS#29546
 url="http://www.gnustep.org/"
@@ -36,7 +36,4 @@
 package() {
   cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -D -m755 \
-    "$pkgdir"/usr/share/GNUstep/Makefiles/GNUstep.sh \
-    "$pkgdir"/etc/profile.d/GNUstep.sh
 }



More information about the arch-commits mailing list