1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Index: chicken-5.3.0/chicken-install.mdoc
===================================================================
--- chicken-5.3.0.orig/chicken-install.mdoc
+++ chicken-5.3.0/chicken-install.mdoc
@@ -113,7 +113,7 @@ Location where eggs are retrieved and bu
.It Ev CHICKEN_INSTALL_REPOSITORY
The path where extension libraries are installed. Defaults to the
package library path selected during configuration
-.Pq usually $prefix/lib/chicken/<binary-version> .
+.Pq usually /var/lib/chicken/<binary-version> .
.It Ev SUDO
The command to execute when using
.Fl s
Index: chicken-5.3.0/chicken-status.mdoc
===================================================================
--- chicken-5.3.0.orig/chicken-status.mdoc
+++ chicken-5.3.0/chicken-status.mdoc
@@ -77,7 +77,7 @@ The following environment variables chan
.It Ev CHICKEN_INSTALL_REPOSITORY
The path where extension libraries are installed. Defaults to the
package library path selected during configuration
-.Pq usually $prefix/lib/chicken/<binary-version> .
+.Pq usually /var/lib/chicken/<binary-version> .
.It Ev CHICKEN_REPOSITORY_PATH
One or more directories holding extension libraries. Defaults to the
installation repository.
Index: chicken-5.3.0/chicken-uninstall.mdoc
===================================================================
--- chicken-5.3.0.orig/chicken-uninstall.mdoc
+++ chicken-5.3.0/chicken-uninstall.mdoc
@@ -72,7 +72,7 @@ The following environment variables chan
.It Ev CHICKEN_INSTALL_REPOSITORY
The path where extension libraries are installed. Defaults to the
package library path selected during configuration
-.Pq usually $prefix/lib/chicken/<binary-version> .
+.Pq usually /var/lib/chicken/<binary-version> .
.It Ev SUDO
The command to execute when using
.Fl s
|