No need to attempt to build in flatpak.

This commit is contained in:
Sergiotarxz 2024-11-11 12:56:52 +01:00
parent 01c53536c6
commit 5beb7a650b

8
run.pl
View File

@ -6,14 +6,6 @@ use warnings;
use File::Basename qw/dirname/;
BEGIN {
open my $fh, '>&', \*STDERR;
open STDERR, '>', '/dev/null';
system 'perl', 'Build.PL';
system 'perl', 'Build', 'build';
open STDERR, '>&', $fh;
};
use blib '/app/Hiperthermia';
chdir '/app/Hiperthermia';