mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
286 B
Text
11 lines
286 B
Text
--- 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()
|