pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/grub2
Module Name: pkgsrc
Committed By: triaxx
Date: Sun Sep 16 14:37:08 UTC 2018
Modified Files:
pkgsrc/sysutils/grub2: Makefile
Log Message:
grub2: remove (now) useless post-install script
gdb_grub and gmodule.pl are now installed with correct permissions.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/grub2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/grub2/Makefile
diff -u pkgsrc/sysutils/grub2/Makefile:1.14 pkgsrc/sysutils/grub2/Makefile:1.15
--- pkgsrc/sysutils/grub2/Makefile:1.14 Wed Jul 4 13:40:37 2018
+++ pkgsrc/sysutils/grub2/Makefile Sun Sep 16 14:37:08 2018
@@ -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/*.
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