preserve-existing-gophermap.patch 406 B

12345678910111213141516
  1. diff --git a/configure b/configure
  2. index d54dc29..067affe 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -280,9 +280,9 @@ printf "\\n"
  6. # Don't replace an existing root
  7. printf "checking for existing gopher root... "
  8. if [ -d "${GOPHERROOT}" ] || [ -f "${GOPHERROOT}/gophermap" ]; then
  9. - INSTALL_ROOT="install-root"
  10. printf "yes"
  11. else
  12. + INSTALL_ROOT="install-root"
  13. printf "no"
  14. fi
  15. printf "\\n"