run: rename 'check_installed' to 'installed_command'
Also remove 'requires_installation_of', while also checking sbin directories in 'have_installed'. The run scripts have been adjusted accordingly. Fixes #2853
This commit is contained in:
committed by
Norman Feske
parent
365d0bccd5
commit
10485b0d39
@@ -4,7 +4,7 @@ assert_spec x86
|
||||
# Check used commands
|
||||
#
|
||||
|
||||
set wget [check_installed wget]
|
||||
set wget [installed_command wget]
|
||||
|
||||
#
|
||||
# Configure
|
||||
|
||||
Reference in New Issue
Block a user