Date: Friday, July 29, 2016 @ 16:32:33
  Author: spupykin
Revision: 184627

upgpkg: gnustep-make 2.6.8-2

upd

Modified:
  gnustep-make/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-29 16:32:27 UTC (rev 184626)
+++ PKGBUILD    2016-07-29 16:32:33 UTC (rev 184627)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-make
 pkgver=2.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep make package"
 arch=('i686' 'x86_64') # See FS#29546
 url="http://www.gnustep.org/";
@@ -12,12 +12,16 @@
 depends=()
 conflicts=('gnustep-make-svn')
 groups=('gnustep-core')
+backup=('etc/GNUstep/GNUstep.conf')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
 md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc/GNUstep
   make
 }
 
@@ -27,4 +31,5 @@
   install -D -m755 \
     $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
     $pkgdir/etc/profile.d/GNUstep.sh
+#  sed 's@/usr/sbin@/usr/bin@' -i $pkgdir/etc/GNUstep/GNUstep.conf
 }

Reply via email to