From 5dc6470038796122a6efdcd0fbed62d3b7f47607 Mon Sep 17 00:00:00 2001 From: triaxx Date: Sun, 16 Sep 2018 14:37:08 +0000 Subject: grub2: remove (now) useless post-install script gdb_grub and gmodule.pl are now installed with correct permissions. --- sysutils/grub2/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sysutils') diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index b4bf2f6c433..9f1bde8f5be 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/07/04 13:40:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2018/09/16 14:37:08 triaxx Exp $ DISTNAME= grub-2.02 PKGNAME= ${DISTNAME:S/grub/grub2/} @@ -135,13 +135,6 @@ SUBST_MESSAGE.fix-sed-tabs= Fixing tabulations for sed in scripts. SUBST_FILES.fix-sed-tabs= util/grub.d/*.in SUBST_SED.fix-sed-tabs= -e 's,\\t, ,g' -# -# Remove executable bit from non-executable files. -# -post-install: - ${CHMOD} a-x ${DESTDIR}${PREFIX}/lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gdb_grub - ${CHMOD} a-x ${DESTDIR}${PREFIX}/lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gmodule.pl - # # Includes. # -- cgit v1.2.3