This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
packaging/src/config.cr.in

10 lines
187 B
Crystal

# These values are changed by `make` at build-time.
OWN_LIBEXEC_DIR = "@LIBEXECDIR@/packaging"
SYSCONF_DIR = "@SYSCONFDIR@"
module Package
Version = "@VERSION@"
end