File 0000_replace_shebangs.patch of Package rubygem-vagrant-lxc
--- vagrant-lxc-1.4.2/scripts/lxc-template.old 2018-07-25 12:11:49.563346690 +0200 +++ vagrant-lxc-1.4.2/scripts/lxc-template 2018-07-25 12:12:26.135106167 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # This is a modified version of /usr/share/lxc/templates/lxc-download # that comes with ubuntu-lxc 1.0.0 stable from ppa changed to suit vagrant-lxc needs