2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-12 19:10:48 +00:00

Fixed build generation script.

This commit is contained in:
Revertron 2021-09-16 19:44:06 +02:00
parent 96b719024d
commit c56fd4962b

View File

@ -23,7 +23,7 @@ PKGREPLACES=alfis
mkdir -p bin mkdir -p bin
FEATURES = "doh" FEATURES="doh"
if [ $PKGARCH = "mipsel" ]; then FEATURES='' if [ $PKGARCH = "mipsel" ]; then FEATURES=''
elif [ $PKGARCH = "mips" ]; then FEATURES='' elif [ $PKGARCH = "mips" ]; then FEATURES=''
fi fi