glacier-old/install/install.conf.def
2022-12-09 10:41:22 -05:00

14 lines
269 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"
# C Compiler to use
CC="gcc"