Skip to content
Snippets Groups Projects
Commit 2f3464b6 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

updated version number.

now explicitly create rt-etc-dir
parent 96c24e80
No related branches found
Tags rt-0.9.13
No related merge requests found
......@@ -11,7 +11,7 @@ RTGROUP = rt
RT_VERSION_MAJOR = 0
RT_VERSION_MINOR = 9
RT_VERSION_PATCH = 12
RT_VERSION_PATCH = 13
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
......@@ -175,6 +175,7 @@ fixperms:
dirs:
mkdir -p $(RT_BIN_PATH)
mkdir -p $(RT_CGI_PATH)
mkdir -p $(RT_ETC_PATH)
cp -rp ./etc/* $(RT_ETC_PATH)
mkdir -p $(RT_TRANSACTIONS_PATH)
mkdir -p $(RT_GLIMPSE_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment