summaryrefslogtreecommitdiff
path: root/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/munin/files/munin-2.0.33-nogitversion.patch')
-rw-r--r--net-analyzer/munin/files/munin-2.0.33-nogitversion.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch b/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch
deleted file mode 100644
index 6cf33538bdec..000000000000
--- a/net-analyzer/munin/files/munin-2.0.33-nogitversion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- munin-2.0.33/getversion
-+++ munin-2.0.33/getversion
-@@ -54,8 +54,6 @@
-
- if [ -s "RELEASE" ]; then
- cat RELEASE
--elif [ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" = "true" ]; then
-- generate_version_string
- elif [ ! -z "$(generate_version_string_from_dir)" ]; then
- generate_version_string_from_dir
- else