X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/4bc1ba6f5ecc4e62b1cd99eec25a9a0f510a3d70..c4b6c7dec3b65316d62340fbd218f1ac73cbdcd2:/debian/patches/0008-fix-perl-shebang.patch diff --git a/debian/patches/0008-fix-perl-shebang.patch b/debian/patches/0008-fix-perl-shebang.patch new file mode 100644 index 0000000..1371111 --- /dev/null +++ b/debian/patches/0008-fix-perl-shebang.patch @@ -0,0 +1,8 @@ +--- a/samplepipe.pl ++++ b/samplepipe.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + + # This is a sample authentication module for authpipe. It uses the same + # protocol that pop3d/imapd/webmail use to communicate with authdaemon.