diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure index 3cbbd40ebe91..6c7d84ec2671 100644 --- a/x11-servers/XFree86-4-Server-snap/scripts/configure +++ b/x11-servers/XFree86-4-Server-snap/scripts/configure @@ -83,7 +83,7 @@ echo -n "default server to install. [none] " read answ if [ X$answ = X ]; then answ=none; fi if [ $answ != none ]; then - echo "#define ServerToInstall XF86_$i" >>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <>$F + echo "#define ServerToInstall XF86_$answ" >>$F fi cat >> $F <