mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
More bad reconf detection.
This commit is contained in:
parent
d32e696f3a
commit
895e2fed9f
@ -19,7 +19,7 @@ our ($root) = getcwd();
|
||||
|
||||
my $reconf = 0;
|
||||
|
||||
if (!(-f 'OUTPUT/.ambuild2/graph')) {
|
||||
if (!(-f 'OUTPUT/.ambuild2/graph') || !(-f 'OUTPUT/.ambuild2/vars')) {
|
||||
rmtree('OUTPUT');
|
||||
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
||||
chdir('OUTPUT');
|
||||
|
Loading…
Reference in New Issue
Block a user