summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2012-03-06 18:20:37 +0100
committerTollef Fog Heen <tfheen@err.no>2012-03-06 18:20:37 +0100
commit8a011616399f9b681d5ea5f711894a6fffed1d4c (patch)
tree81bc383b925a7aca1f07e0cb614c9120abf535f3
parentb5aa13e6011787046d5ea533c6ba02af15bcdba9 (diff)
downloadsystemd-8a011616399f9b681d5ea5f711894a6fffed1d4c.tar.gz
Add patch to series too
-rwxr-xr-xdebian/systemd-hack-up-the-source.hook1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook
index abbf4d653a..4cb805e1e3 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