Replace shells with new sh_path variable
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
3b1b187d13
commit
40b171ee94
315 changed files with 415 additions and 369 deletions
|
|
@ -15,7 +15,7 @@ profile tasksel @{exec_path} flags=(complain) {
|
|||
@{exec_path} r,
|
||||
@{bin}/perl r,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/tempfile rix,
|
||||
@{lib}/tasksel/tasksel-debconf rix,
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ profile tasksel @{exec_path} flags=(complain) {
|
|||
include <abstractions/base>
|
||||
|
||||
@{lib}/tasksel/tests/* r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ profile tasksel @{exec_path} flags=(complain) {
|
|||
|
||||
@{bin}/tasksel rPx,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/stty rix,
|
||||
@{bin}/locale rix,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue