]> err.no Git - systemd/commitdiff
Add patch to series too
authorTollef Fog Heen <tfheen@err.no>
Tue, 6 Mar 2012 17:20:37 +0000 (18:20 +0100)
committerTollef Fog Heen <tfheen@err.no>
Tue, 6 Mar 2012 17:20:37 +0000 (18:20 +0100)
debian/systemd-hack-up-the-source.hook

index abbf4d653a5559ab94604f3cea951f397554f616..4cb805e1e390534a4c44526314aa0b013c59875b 100755 (executable)
@@ -44,6 +44,7 @@ do_patches (){
                ;;
            *)
                git --git-dir "$REPO_DIR/.git" diff "$line" > "$patch_dir/$line"
+                echo "$line" >> "$patch_dir/series"
                 ;;
         esac
     done