diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 41569b9baa8..ccaed585237 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=14.2 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline @@ -51,7 +51,7 @@ vopt_conflict debuginfod static post_install() { # resolve conflicts with binutils rm -rf ${DESTDIR}/usr/{include,lib} - rm -rf ${DESTDIR}/usr/share/info/{bfd,ctf-spec}.info* + rm -rf ${DESTDIR}/usr/share/info/{bfd,ctf-spec,sframe-spec}.info* } gdb-common_package() {