What is flags?
Status: Beta
Brought to you by:
holoway
After getting all necessary modules make runs
successfully.
But running "make install" gives the following output:
make install
/bin/sh: flags: command not found
make: *** [install] Error
In line 17 of the Makefile
flags = "-o $(owner) -g $(group)"; \
causes this error. What is flags? Is it a shell command
and where can I get it? I Can't find it on my machine.
Regards,
McNail