Fix derp in installer

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-04-08 09:21:46 -05:00
parent 9464c98363
commit 172eb653be
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF

View File

@ -44,9 +44,8 @@ fi
ui_print "Extracting files"
cd /tmp
mkdir system
unzip -o "$ZIP" system/*
cd system
unzip -o "$ZIP"
DIRS="addon.d app priv-app framework etc lib"
if [ -d /system/lib64 ]; then
DIRS="$DIRS lib64"