7 lines
408 B
Text
7 lines
408 B
Text
# -sed4.inp-------------------------------------------------------------
|
|
# Configuration script for src/paths.h
|
|
# ----------------------------------------------------------------------
|
|
/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
|
|
/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
|
|
/^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
|
|
/^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/
|