Builder for live images based on Debian
Go to file
johnraff 0e5d0483e5 Replace 'which' with 'command -v' to test for the existance of an executable
This is considered to be more robust.

Two instances remain:

scripts/build/chroot_archives, line 257:
if [ "${LB_APT}" = "aptitude" ] && [ ! $(Chroot chroot "which aptitude") ]
The command is run inside a chroot where the environment might be special,
and would need further testing.

manpages/Makefile, line 42:
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
I am insufficiently familiar with makefile syntax to edit this.
2020-05-01 09:59:11 +00:00
data/debian-cd We should add buster for release 2019-02-17 14:51:24 +00:00
debian autopkgtest: build kali image 2020-03-20 15:36:52 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend Replace 'which' with 'command -v' to test for the existance of an executable 2020-05-01 09:59:11 +00:00
functions Replace 'which' with 'command -v' to test for the existance of an executable 2020-05-01 09:59:11 +00:00
manpages config: remove junk config loading code 2020-05-01 08:57:44 +00:00
scripts Replace 'which' with 'command -v' to test for the existance of an executable 2020-05-01 09:59:11 +00:00
share Replace 'which' with 'command -v' to test for the existance of an executable 2020-05-01 09:59:11 +00:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00