glacier-old/install/install.conf.def
2022-10-25 16:38:18 -04:00

11 lines
239 B
Bash
Executable File

#!/bin/sh
# install.conf
# Installation prefix
# On Everest, this should be /usr, because /bin, /sbin, and /lib are all symlinks to /usr
PREFIX="/usr"
# System config directory
# On almost all systems, this should be /etc
CONFDIR="/etc"