lnstools

Linux namespace tools
git clone https://ccx.te2000.cz/git/lnstools
Log | Files | Refs | README

commit eef7fb4a9532fd0a9f6c23af5f20196c465df1b6
parent 2420ac6e65d51df9437513511e5f42c0ad405e1c
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Mon,  8 Dec 2025 06:51:22 +0000

Fix executable name / link

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -228,7 +228,7 @@ case $enable_abspath in (*) exit 3 ;; esac -prog_lns_mounts_to_env=$bindir/lns-mount-to-env +prog_lns_mounts_to_env=$bindir/lns-mounts-to-env prog_lns_prepare_chroot=$bindir/lns-prepare-chroot die_notfound() {