Remove bogus check for existence of prefix directory.

This commit is contained in:
Eric Blossom 2010-05-19 15:26:08 -07:00
parent fa46b23ddb
commit deea1393ef
1 changed files with 0 additions and 4 deletions

View File

@ -182,10 +182,6 @@ if __name__ == '__main__':
sys.stderr.write (
"You must specify the install prefix with -p PREFIX\n")
sys.exit (1)
if not os.path.isdir(options.prefix):
sys.stderr.write (
"PREFIX dir (" + options.prefix + "), does not exist\n")
sys.exit (1)
ihx_filename = args[0]