pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: remove (now) useless post-instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad7c37193694
branches:  trunk
changeset: 312855:ad7c37193694
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Sep 16 14:37:08 2018 +0000

description:
grub2: remove (now) useless post-install script

gdb_grub and gmodule.pl are now installed with correct permissions.

diffstat:

 sysutils/grub2/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 59584acd017c -r ad7c37193694 sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Sun Sep 16 13:18:54 2018 +0000
+++ b/sysutils/grub2/Makefile   Sun Sep 16 14:37:08 2018 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index