Open roquie opened 6 years ago
If u want to install varrick without documentation (in Dockerfile for example), you getting the error in this place: https://github.com/ztombol/varrick/blob/master/Makefile#L151
I think step called "Install man pages" needs to be skip if folder does not exists.
For now it can be runned only with -i option of make (make -i install) to ignore error.
-i
make
make -i install
https://github.com/roquie/docker-php-webapp/blob/master/Dockerfile#L39
If u want to install varrick without documentation (in Dockerfile for example), you getting the error in this place: https://github.com/ztombol/varrick/blob/master/Makefile#L151
I think step called "Install man pages" needs to be skip if folder does not exists.
For now it can be runned only with
-i
option ofmake
(make -i install
) to ignore error.