On Sun, May 13, 2018 at 07:55:37AM +0200, Ingo Feinerer wrote:
> Done. But there is one problem now which I am unsure about:
> Both flavors install bin/qr and man/man1/qr.1; isn't that a conflict?
> If yes, what is the best strategy to solve this?
Usually, the python3 FLAVOR installs with a different suffix; the idiom
is:

        post-install:
                mv foo foo${MODPY_BIN_SUFFIX}

Reply via email to