Archived
3
0
This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
packaging/src/config.cr.in
2019-09-12 17:30:39 +02:00

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