summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/patch2quilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patch2quilt b/debian/patch2quilt
index 8a5c67305..47c6acf7f 100755
--- a/debian/patch2quilt
+++ b/debian/patch2quilt
@@ -73,7 +73,7 @@ quilt push -a || exit 1
quilt new "${quiltpatch}" || exit 1
-diffstat -l "${gitpatch}" | while IFS= read -r file; do
+diffstat -l -p1 "${gitpatch}" | while IFS= read -r file; do
quilt add "${file}" || exit 1
done