mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
Testing the GitLab integration.
This commit is contained in:
parent
8f776844ee
commit
e5573e45f1
@ -2,7 +2,6 @@ use 5.000;
|
|||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
|
|
||||||
my %ARGV = map { my @r = split /=/,$_; defined $r[1] or $r[1]=1; @r } @ARGV;
|
my %ARGV = map { my @r = split /=/,$_; defined $r[1] or $r[1]=1; @r } @ARGV;
|
||||||
|
|
||||||
my @exe_files = qw(bin/pandora_server bin/pandora_exec);
|
my @exe_files = qw(bin/pandora_server bin/pandora_exec);
|
||||||
|
|
||||||
$ARGV{WITHOUT_TENTACLE} or push @exe_files, 'bin/tentacle_server';
|
$ARGV{WITHOUT_TENTACLE} or push @exe_files, 'bin/tentacle_server';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user