diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-09-16 14:37:08 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-09-16 14:37:08 +0000 |
commit | 5dc6470038796122a6efdcd0fbed62d3b7f47607 (patch) | |
tree | 1e50518d7157b98ac53198f529d79d91ca72cf47 | |
parent | 4e25c951c7f7dc0374aa3c4d7560915afa9ed8b4 (diff) | |
download | pkgsrc-5dc6470038796122a6efdcd0fbed62d3b7f47607.tar.gz |
grub2: remove (now) useless post-install script
gdb_grub and gmodule.pl are now installed with correct permissions.
-rw-r--r-- | sysutils/grub2/Makefile | 9 |
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" |