]> git.proxmox.com Git - pve-kernel.git/commitdiff
debian/scripts: --output-dir is not recoginzed anymore, use --output-directory
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 06:52:34 +0000 (08:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 11:29:43 +0000 (13:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 50953e9e4c7a810eeca4f4d68909d2dd1b4a53d3)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/scripts/export-patchqueue

index e3196073b33302eba5a2d694f5492a49123a6bae..bc3cea8d0fac054ca83637299a9d93e6ac54079c 100755 (executable)
@@ -26,8 +26,7 @@ git format-patch \
     --zero-commit \
     --no-signature \
     --diff-algorithm=myers \
-    --output-dir \
-    "${top}/${kernel_patchdir}" \
+    --output-directory="${top}/${kernel_patchdir}" \
     "${base_ref}.."
 
 git checkout "${base_ref}"