Merge pull request #7116 from KenjiTakahashi/gnustep-make-fix
gnustep-make: Fix vars in config.make
This commit is contained in:
commit
79e98f58c5
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gnustep-make'
|
# Template build file for 'gnustep-make'
|
||||||
pkgname=gnustep-make
|
pkgname=gnustep-make
|
||||||
version=2.7.0
|
version=2.7.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/GNUstep/GNUstep.conf"
|
conf_files="/etc/GNUstep/GNUstep.conf"
|
||||||
short_desc="GNU Step Makefile helpers for a GNUstep-based project"
|
short_desc="GNU Step Makefile helpers for a GNUstep-based project"
|
||||||
|
@ -10,3 +10,8 @@ license="LGPL-3"
|
||||||
homepage="http://www.gnustep.org"
|
homepage="http://www.gnustep.org"
|
||||||
distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz"
|
||||||
checksum=90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce
|
checksum=90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -i 's,/builddir/.xbps-gnustep-make/wrappers,/usr/bin,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
||||||
|
sed -i 's,-specs=/void-packages/[^ ]* ,,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue