Skip to content

Commit 49a1a79

Browse files
authored
Problem installing on Ubuntu 18.04 #61 closed
1 parent a48e22b commit 49a1a79

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,13 @@ cd nginx
205205

206206
if [ ! -f "Makefile" ]
207207
then
208-
config="./auto/configure"
208+
if [ ! -f "configure" ]
209+
then
210+
config="./auto/configure"
211+
else
212+
config="./configure"
213+
fi
214+
209215
for option in ${options[*]}
210216
do
211217
config=$config" "$option

0 commit comments

Comments
 (0)