From: Tollef Fog Heen Date: Tue, 6 Mar 2012 17:20:37 +0000 (+0100) Subject: Add patch to series too X-Git-Tag: 43-1~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a011616399f9b681d5ea5f711894a6fffed1d4c;p=systemd Add patch to series too --- diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook index abbf4d65..4cb805e1 100755 --- a/debian/systemd-hack-up-the-source.hook +++ b/debian/systemd-hack-up-the-source.hook @@ -44,6 +44,7 @@ do_patches (){ ;; *) git --git-dir "$REPO_DIR/.git" diff "$line" > "$patch_dir/$line" + echo "$line" >> "$patch_dir/series" ;; esac done