summaryrefslogtreecommitdiff
path: root/pcr-testing/gophernicus/preserve-existing-gophermap.patch
blob: 544339113474286fb9d1f705b291f614d3b6c30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"