diff --git a/osc/build.py b/osc/build.py
index 55a69a4a..0c60c136 100644
--- a/osc/build.py
+++ b/osc/build.py
@@ -385,7 +385,7 @@ def get_built_files(pacdir, buildtype):
                                    stdout=subprocess.PIPE).stdout.read().strip()
         s_built = ''
     elif buildtype == 'simpleimage':
-        b_built = subprocess.Popen(['find', os.path.join(pacdir, 'SIMPLEIMAGE'),
+        b_built = subprocess.Popen(['find', os.path.join(pacdir, 'OTHER'),
                                     '-type', 'f'],
                                    stdout=subprocess.PIPE).stdout.read().strip()
         s_built = ''