Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rootprefix #748

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Remove rootprefix #748

merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. build: drop ROOTPREFIX setting

    This change removes the ROOTPREFIX build setting.
    
    If your OS expects to have / mounted earlier in the boot process than
    /usr, you will need to pass the appropriate directory settings to "meson
    setup" as part of the build process, for example:
    
    $ meson setup \
        --bindir /bin --libdir /lib64 --libexecdir /lib --sbindir /sbin \
        build
    
    also, move plugins  to ```libdir/rc/plugins``` which is the standard
    location for plugins accessed via dlopen.
    williamh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    756f64a View commit details
    Browse the repository at this point in the history