summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt-Rakefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant-libvirt-Rakefile.patch')
-rw-r--r--vagrant-libvirt-Rakefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vagrant-libvirt-Rakefile.patch b/vagrant-libvirt-Rakefile.patch
new file mode 100644
index 0000000..d306046
--- /dev/null
+++ b/vagrant-libvirt-Rakefile.patch
@@ -0,0 +1,22 @@
+From 68b6228932cc499433c52bbd3b61a35a5ded0ff1 Mon Sep 17 00:00:00 2001
+From: Michael Adam <obnox@samba.org>
+Date: Fri, 23 Jan 2015 16:37:28 +0100
+Subject: [PATCH] Remove shebang from non-executable rakefile.
+
+---
+ Rakefile | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Rakefile b/Rakefile
+index 6575983..741514f 100644
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env rake
+-
+ #require 'rubygems'
+ #require 'bundler/setup'
+ require 'bundler/gem_tasks'
+--
+2.1.0
+