On Sun, Oct 17, 2021 at 9:32 PM Tomasz CEDRO <to...@cedro.info> wrote:

> By the way, did anyone since 1998 of genromfs existence notice this
> part of Makefile that may cripple your system files ?!
>
> install-man:
>         # genromfs 0.5 installed the man page in this file,
>         # remove it before someone notices :)
>         if [ -f $(PREFIX)$(bindir)/man8 ]; then \
>                 rm -f $(PREFIX)$(bindir)/man8; \
>         fi
>         mkdir -p $(PREFIX)$(mandir)/man8
>         install -m 644 genromfs.8 $(PREFIX)$(mandir)/man8/
>

Haha oops! That's not good at all!! Thanks for noticing and reporting it
here.

Would you be inclined to open a pull request? I'd do it myself right away
but am away from a real computer.

Thanks,
Nathan

Reply via email to