mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4a093d322b
PR: ports/178021 Submitted by: John Marino <draco@marino.st>
12 lines
286 B
Plaintext
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()
|