Closed mckaygerhard closed 2 years ago
in makefile there that line:
BASEDIR=pwd
BASEDIR=
must be changed to
BASEDIR ?=pwd
BASEDIR ?=
to property able to use the makefile for customized instalations, same for VERSION to hable to make sub-releases per distributions.. so we support this are not installable in windo like poor OS's
VERSION
Pushed the commit referenced above.
in makefile there that line:
BASEDIR=
pwdmust be changed to
BASEDIR ?=
pwdto property able to use the makefile for customized instalations, same for
VERSION
to hable to make sub-releases per distributions.. so we support this are not installable in windo like poor OS's