diff options
author | merakor <cem@ckyln.com> | 2021-11-03 09:16:16 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-11-03 09:16:16 +0000 |
commit | ff58b810dcbf96e94571c9e339c08a3cef2d713f (patch) | |
tree | bb26bdc31be74fe66d31d19b77469c2820f84765 /Makefile | |
parent | de85a3911d03e818743f83ea118b224f6d765c1b (diff) | |
download | cpt-ff58b810dcbf96e94571c9e339c08a3cef2d713f.tar.gz |
cpt-lib: define a dedicated cpt configuration directory and change cpt base location
FossilOrigin-Name: aae615102f854abbce81b3a07511b5a29450b673309c834071bc69a7791a226a
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ src/cpt-lib: src/cpt-lib.in sed -n '/^Copyright/{s,^, ",;s,$$," \\,;p}' LICENSE | \ sed -e '/@LICENSE@/r /dev/stdin' \ -e '/@LICENSE@/d' \ + -e 's|@SYSCONFDIR@|${SYSCONFDIR}|g' \ -e "s|@VERSION@|${VERSION}|g" \ -e "s|@DOCSTRING@|Call functions from the library|g" src/cpt-lib.in > $@ chmod 755 $@ |