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

no option to change "usrsbin_execdir" #110

Open
stevenhoneyman opened this issue Aug 3, 2014 · 0 comments
Open

no option to change "usrsbin_execdir" #110

stevenhoneyman opened this issue Aug 3, 2014 · 0 comments

Comments

@stevenhoneyman
Copy link
Contributor

The current Makefile puts 9 files in /usr/sbin, with no option to change it (that I can see anyway!). It won't let me use something like --usrsbin-execdir=/usr/bin , I did try that though.

Configure:

./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin --libdir=/usr/lib \
--localstatedir=/run --enable-fs-paths-extra=/usr/bin --disable-makeinstall-chown
...
...
...
    util-linux  2.25

    prefix:            /usr
    exec prefix:       ${prefix}

    localstatedir:     /run
    bindir:            /usr/bin
    sbindir:           /usr/bin
    libdir:            /usr/lib
    includedir:        ${prefix}/include
    usrbin_execdir:    ${exec_prefix}/bin
    usrsbin_execdir:   ${exec_prefix}/sbin
    usrlib_execdir:    /usr/lib
...
...

Result (showing the programs that are installed here)

    ├── sbin
    │   ├── addpart
    │   ├── delpart
    │   ├── fdformat
    │   ├── ldattach
    │   ├── partx
    │   ├── readprofile
    │   ├── resizepart
    │   ├── rtcwake
    │   └── uuidd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant