diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 21:12:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 21:12:15 +0100 |
| commit | 460c9a71a33015e5fba00c6eb7ae56b60c906553 (patch) | |
| tree | 5387ab20b0fca4c5b6b11e1d70bef915fe9f9bd3 /booster.pl | |
| parent | 26229bfd92a36817d2a69c5b0e06b4606b4bc295 (diff) | |
chore: fix booster.pl.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'booster.pl')
| -rwxr-xr-x | booster.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ for my $path (@ARGV) { } } -make_path("boostified/include/boost/core"); +make_path("boostified/include/boost/ocl/core"); for my $file (@files) { process_file($file); @@ -58,7 +58,7 @@ sub process_file { if ($content ne $original) { my $reldir = substr($srcdir, length($ARGV[0]) + 1); - my $outdir = "boostified/include/boost/ocl/$reldir"; + my $outdir = "boostified/include/boost/ocl/core/$reldir"; make_path($outdir) unless -d $outdir; open(my $out, '>', "$outdir/$name") or die "Cannot write $outdir/$name: $!\n"; |
