No need to attempt to build in flatpak.
This commit is contained in:
parent
01c53536c6
commit
5beb7a650b
8
run.pl
8
run.pl
@ -6,14 +6,6 @@ use warnings;
|
|||||||
|
|
||||||
use File::Basename qw/dirname/;
|
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';
|
use blib '/app/Hiperthermia';
|
||||||
chdir '/app/Hiperthermia';
|
chdir '/app/Hiperthermia';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user