Skip to content

meson --prefix & --mandir ignored #261

@Geremia

Description

@Geremia

I'm trying to package it for Slackware Linux:

meson setup --prefix=/usr --mandir=/usr/man build
meson compile -C build -j$(nproc)
meson test -C build
meson install -C build --destdir $PKG

But meson setup ignores the --prefix and --mandir options and puts the files in /usr/local/share and /usr/local/share/man instead. Is there a way to correctly specify the prefix and mandir directories?

Thank you for continuing to maintain the great n-way diff program!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions