mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +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…
x
Reference in New Issue
Block a user