summaryrefslogtreecommitdiff
path: root/build-ins.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-15 22:18:37 +0000
committerJim Blandy <jimb@redhat.com>1992-02-15 22:18:37 +0000
commit68c365b234268981acba04770fe205614acd721c (patch)
tree98dbbedab930bf534a85e85eaf2d3746426b69ed /build-ins.in
parentbf1bfaf12505662100ea7807d6049a439b07877c (diff)
downloademacs-68c365b234268981acba04770fe205614acd721c.tar.gz
*** empty log message ***
Diffstat (limited to 'build-ins.in')
-rwxr-xr-xbuild-ins.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-ins.in b/build-ins.in
index f2a952b6a0b..275a46b6f08 100755
--- a/build-ins.in
+++ b/build-ins.in
@@ -7,27 +7,27 @@
# libaries. The default definitions for the variables below are
# expressed in terms of this one, so you may not need to change them.
# set LIBROOT=/usr/local/lib/emacs-19.0
-LIBROOT=/u/src/emacs/19.0
+LIBROOT=/usr/local/emacs
# Emacs will search this path to find its elisp files. This should be
# a colon-separated list of directories. Strictly speaking, all the
# elisp files should go under DATADIR (below), since both elisp source
# and compiled elisp are completely portable, but it's traditional to
# give the lisp files their own subdirectory.
-LISPPATH=/u/src/emacs/19.0/lisp
+LISPPATH=/usr/local/emacs/local-lisp:/usr/local/emacs/lisp
# Emacs will look here for its architecture-independent files (like
# the tutorial and the zippy database).
-DATADIR=/u/src/emacs/19.0/share-lib
+DATADIR=/usr/local/emacs/share-lib
# Emacs will look here for its architecture-dependent files, like
# executables for its utilities.
-LIBDIR=/u/src/emacs/19.0/arch-lib
+LIBDIR=/usr/local/emacs/arch-lib
# The locking directory, where the Emacs locking code keeps track of
# which files are currently being edited.
# set LOCKDIR=${LIBROOT}/lock
-LOCKDIR=/u/src/emacs/19.0/lock
+LOCKDIR=/usr/local/emacs/lock
# This is where build-install should place the binaries people will
# want to run directly (like etags and Emacs itself).