mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixed configure error for new builds
This commit is contained in:
parent
46d26397c0
commit
fda63576a1
9
configure
vendored
9
configure
vendored
@ -61,10 +61,15 @@ echo ""
|
||||
|
||||
conf='conf.pl'
|
||||
|
||||
rep=""
|
||||
if (test -f $conf) then
|
||||
echo "A configuration file already exists, overwrite? (y/n):";
|
||||
read rep;
|
||||
if (test "$rep" = "y") then
|
||||
else
|
||||
rep="y"
|
||||
fi
|
||||
|
||||
if (test "$rep" = "y") then
|
||||
|
||||
|
||||
# First add the variables that are static
|
||||
@ -367,8 +372,6 @@ fi
|
||||
|
||||
echo \$LOCKDIR = \'${locker}\'\; >> $conf;
|
||||
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
# Start of non-conf.pl file configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user