fixed problem with short prefix path in version module

This commit is contained in:
Norayr Chilingarian 2014-03-21 04:22:23 +08:00
parent e1f76da278
commit bdb2b32588
8 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
MODULE prf;
CONST prefix* = "/opt";
CONST prefix* = "/Users/noch/local";
END prf.