summaryrefslogtreecommitdiff
path: root/pcr-testing/gophernicus/preserve-existing-gophermap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/gophernicus/preserve-existing-gophermap.patch')
-rw-r--r--pcr-testing/gophernicus/preserve-existing-gophermap.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pcr-testing/gophernicus/preserve-existing-gophermap.patch b/pcr-testing/gophernicus/preserve-existing-gophermap.patch
deleted file mode 100644
index 544339113..000000000
--- a/pcr-testing/gophernicus/preserve-existing-gophermap.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/configure b/configure
-index d54dc29..067affe 100755
---- a/configure
-+++ b/configure
-@@ -280,9 +280,9 @@ printf "\\n"
- # Don't replace an existing root
- printf "checking for existing gopher root... "
- if [ -d "${GOPHERROOT}" ] || [ -f "${GOPHERROOT}/gophermap" ]; then
-- INSTALL_ROOT="install-root"
- printf "yes"
- else
-+ INSTALL_ROOT="install-root"
- printf "no"
- fi
- printf "\\n"