Skip to content

Commit

Permalink
transmission: fix patch after convert to -Np1
Browse files Browse the repository at this point in the history
patch(1) will apply -p1 to '^diff ' line to figure out the target
filename.

Fix: void-linux/void-packages#31646

void-linux/void-packages@5d7ce72
  • Loading branch information
atweiden committed Jun 26, 2021
1 parent f63142a commit 210441f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/transmission/patches/add-missing-files.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff --git libtransmission/subprocess-test.cmd libtransmission/subprocess-test.cmd
diff --git a/libtransmission/subprocess-test.cmd b/libtransmission/subprocess-test.cmd
new file mode 100644
index 0000000..4d08d06
--- /dev/null
Expand Down Expand Up @@ -52,7 +52,7 @@ index 0000000..4d08d06
+:finish
+ >nul move /y "%temp_result_path%" "%result_path%"
+ exit /b 0
diff --git po/pt_PT.po po/pt_PT.po
diff --git a/po/pt_PT.po b/po/pt_PT.po
new file mode 100644
index 0000000..d9346f8
--- /dev/null
Expand Down

0 comments on commit 210441f

Please sign in to comment.