fixed problem with short prefix path in version module

Former-commit-id: bdb2b32588
This commit is contained in:
Norayr Chilingarian 2014-03-21 04:22:23 +08:00
parent 66c583b70e
commit 12fa4aec39
8 changed files with 9 additions and 8 deletions

View file

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