summaryrefslogtreecommitdiff
path: root/pcr/gophernicus/preserve-existing-gophermap.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-07-22 22:28:59 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-07-22 22:28:59 -0400
commite1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf (patch)
treeb858b9783fe0a4ae01ab2502821307b6da132ff7 /pcr/gophernicus/preserve-existing-gophermap.patch
parent3e55a3c261b74f956329dec4834eae2a98b3c005 (diff)
downloadabslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.tar.gz
abslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.tar.bz2
abslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.zip
[gophernicus]: move to [pcr]
Diffstat (limited to 'pcr/gophernicus/preserve-existing-gophermap.patch')
-rw-r--r--pcr/gophernicus/preserve-existing-gophermap.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr/gophernicus/preserve-existing-gophermap.patch b/pcr/gophernicus/preserve-existing-gophermap.patch
new file mode 100644
index 000000000..544339113
--- /dev/null
+++ b/pcr/gophernicus/preserve-existing-gophermap.patch
@@ -0,0 +1,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"