summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 21:09:43 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 21:11:21 +0100
commit1deed20309c75d4970d688faec136e68e78f7622 (patch)
tree35e7b8f23ffa831952233642cbb4236ad829e23d
parentda00fef086b63d1c01641fec5f42718eeb7b7dd1 (diff)
chore: update booster script.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rwxr-xr-xbooster.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/booster.pl b/booster.pl
index e7d9b04..36e49f3 100755
--- a/booster.pl
+++ b/booster.pl
@@ -21,7 +21,7 @@ for my $path (@ARGV) {
}
}
-make_path("boostified/include/boost/fix");
+make_path("boostified/include/boost/ocl/fix");
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/$reldir";
+ my $outdir = "boostified/include/boost/ocl/fix/$reldir";
make_path($outdir) unless -d $outdir;
open(my $out, '>', "$outdir/$name") or die "Cannot write $outdir/$name: $!\n";