prefixed installation now works.

fixed bug with -m, it couldn't work because libVishapOberon contained
bindings to X11 but was not linked to X11


Former-commit-id: f3548d289f
This commit is contained in:
Norayr Chilingarian 2014-03-20 21:11:03 +04:00
parent 30ae085f56
commit bb1e56ad56
15 changed files with 142 additions and 121 deletions

5
src/voc/prf.Mod Normal file
View file

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