10 lines
290 B
Text
10 lines
290 B
Text
# Entry point for a config validation
|
|
# Do not install this!
|
|
set $PREFIX $SRCDIR
|
|
set $DATADIR $SRCDIR
|
|
set $SYSCONFDIR $SRCDIR
|
|
set $LIBEXECDIR $SRCDIR/scripts
|
|
# Intentionally broken
|
|
set $HOME $SRCDIR
|
|
# Include unprocessed config to allow variable substitution
|
|
include config.in
|