ostbuild: Compile and install ostbuild-user-chroot
It still needs to be made setuid.
This commit is contained in:
parent
fb5ecdac42
commit
5c7f019580
|
|
@ -19,3 +19,9 @@ bin_SCRIPTS += src/ostbuild/ostbuild-compile-one \
|
||||||
src/ostbuild/ostbuild-compile-one-impl \
|
src/ostbuild/ostbuild-compile-one-impl \
|
||||||
src/ostbuild/ostbuild-nice-and-log-output \
|
src/ostbuild/ostbuild-nice-and-log-output \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
bin_PROGRAMS += src/ostbuild/ostbuild-user-chroot
|
||||||
|
|
||||||
|
ostbuild_user_chroot_SOURCES = src/ostbuild/ostbuild-user-chroot.c
|
||||||
|
ostbuild_user_chroot_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue