summaryrefslogtreecommitdiff
path: root/lang/python15/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python15/files/patch-aa')
-rw-r--r--lang/python15/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python15/files/patch-aa b/lang/python15/files/patch-aa
deleted file mode 100644
index 0836dbae9158..000000000000
--- a/lang/python15/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Tue Feb 23 10:43:15 1999
-+++ Makefile.in Sun Aug 13 21:28:59 2000
-@@ -125,14 +125,14 @@
- # Modes for directories, executables and data files created by the
- # install process. Default to group-writable directories but
- # user-only-writable for executables and data files.
--DIRMODE= 775
-+DIRMODE= 755
- EXEMODE= 755
- FILEMODE= 644
-
- # Portable install script (configure doesn't always guess right)
- INSTALL= @srcdir@/install-sh -c
--INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
--INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
-+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
-+INSTALL_DATA= ${BSD_INSTALL_DATA}
-
- # Use this to make a link between python$(VERSION) and python in $(BINDIR)
- LN=@LN@