1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/print/latex2slides/files/patch-install
Raphael Kubo da Costa 4a093d322b Do not create a directory in $HOME when building.
PR:		ports/178021
Submitted by:	John Marino <draco@marino.st>
2013-04-28 13:20:06 +00:00

12 lines
286 B
Plaintext

--- install.orig 2003-10-27 15:40:41.000000000 +0000
+++ install
@@ -295,8 +295,6 @@ def parse_command_line():
# execution starts here
-if not os.access(USER_DIR, os.F_OK):
- os.mkdir(USER_DIR) # make sure USER_DIR exists
p=Parameters()
parse_command_line()
install()