diff options
Diffstat (limited to 'debian/patches/debian/0001-post-merge.patch')
-rw-r--r-- | debian/patches/debian/0001-post-merge.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-post-merge.patch b/debian/patches/debian/0001-post-merge.patch new file mode 100644 index 0000000..0579569 --- /dev/null +++ b/debian/patches/debian/0001-post-merge.patch @@ -0,0 +1,11 @@ +Author: David Kunz <david.kunz@dknet.ch> +Description: Correcting git-hook post-merge. + +--- icingaweb2-module-fileshipper.orig/contrib/git-hooks/post-merge ++++ icingaweb2-module-fileshipper/contrib/git-hooks/post-merge +@@ -1,4 +1,4 @@ +-#/usr/bin/env bash ++#!/bin/sh + # Trigger Director config rendering when something changed + + # This is a git hook that will run after `git pull`. In case any file was |