summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/grub2/Makefile9
1 files changed, 1 insertions, 8 deletions
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/}
@@ -136,13 +136,6 @@ 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.
#
.include "options.mk"