Better error message for missing vst files
authorDoug McLain <doug@nostar.net>
Wed, 29 Nov 2006 03:39:54 +0000 (03:39 +0000)
committerDoug McLain <doug@nostar.net>
Wed, 29 Nov 2006 03:39:54 +0000 (03:39 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1170 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/fst/SConscript

index f997948affb2731bb22d518db6646c1c49565bfb..1fd8d2758dc5ff4ddb79c3f63f24464c85ce44f9 100644 (file)
@@ -22,7 +22,7 @@ if fst['VST']:
     if os.access ('vstsdk2.3.zip', os.F_OK):
         fst.Execute ("unzip -o vstsdk2.3.zip")
     else:
-        print 'Did not find libs/fst/vst_sdk2_3.zip.  Make sure the file is in the correct location and correctly named'
+        print 'Did not find vst_sdk2_3.zip or vstsdk2.3.zip in libs/fst.  Make sure the correct file is in the correct location and correctly named'
         print 'Please see http://ardour.org/building_vst_support for more information'
         sys.exit (1)    
     fst.Execute (Delete ("vst"))