Remove bogus check for existence of prefix directory.
authorEric Blossom <eb@comsec.com>
Wed, 19 May 2010 22:26:08 +0000 (15:26 -0700)
committerEric Blossom <eb@comsec.com>
Wed, 19 May 2010 22:26:08 +0000 (15:26 -0700)
usrp/firmware/src/common/build_eeprom.py

index d73cbbc4f74d647a80eef358a7bb34e33c41da1e..00c2e3414138ace2c51870ad1a9d0bc733c373a0 100755 (executable)
@@ -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]