Skip to content

Instantly share code, notes, and snippets.

@mattrude
Last active June 27, 2017 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattrude/f5569841600332a7cf1b25978abaca11 to your computer and use it in GitHub Desktop.
Save mattrude/f5569841600332a7cf1b25978abaca11 to your computer and use it in GitHub Desktop.
Change prosody's default prefix to "/"
diff -r 39188851811c configure
--- a/configure Tue Jun 13 20:13:09 2017 +0200
+++ b/configure Tue Jun 27 15:32:18 2017 -0500
@@ -4,7 +4,7 @@
APP_NAME="Prosody"
APP_DIRNAME="prosody"
-PREFIX="/usr/local"
+PREFIX="/"
SYSCONFDIR="$PREFIX/etc/$APP_DIRNAME"
LIBDIR="$PREFIX/lib"
DATADIR="$PREFIX/var/lib/$APP_DIRNAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment