--- PKGBUILD-orig 2016-07-23 14:21:39.000000000 -0500 +++ PKGBUILD 2016-07-23 14:28:01.210785656 -0500 @@ -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,6 +12,7 @@ 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') @@ -27,4 +28,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 }