diff options
Diffstat (limited to 'src/base/path.h')
| -rw-r--r-- | src/base/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/path.h b/src/base/path.h index 75a2f55..294e634 100644 --- a/src/base/path.h +++ b/src/base/path.h @@ -26,7 +26,7 @@ #define PATH_MODULES PREFIX "/lib/tuxanci-ng-server/" #define SERVER_CONFIG "/etc/tuxanci-ng-server/server.conf" #else - #define PATH_MODULES PREFIX "/bin" + #define PATH_MODULES PREFIX "/bin/" #define SERVER_CONFIG PREFIX "/etc/tuxanci-ng-server/server.conf" #endif #endif |