Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 626d4e1

Browse files
committedJan 7, 2025·
Create parent directory for the changes file.
1 parent 2545b92 commit 626d4e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/main/java/org/vafer/jdeb/DebMaker.java

+2
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ private void makeChangesFiles(final BinaryPackageControlFile packageControlFile)
374374
try {
375375
console.info("Creating changes file: " + changesOut);
376376

377+
changesOut.getParentFile().mkdirs();
378+
377379
out = new FileOutputStream(changesOut);
378380

379381
if (changesIn != null && changesIn.exists()) {

0 commit comments

Comments
 (0)
Please sign in to comment.