Skip to content

Commit

Permalink
simpleimage uses OTHER directory to deliver files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Apr 26, 2021
1 parent dd9130a commit 320adda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 320adda

Please sign in to comment.