minor fix

merge-requests/23/head
Christopher Roy Bratusek 7 years ago
parent c66f459219
commit e898ba7936

@ -20,7 +20,7 @@ create_microg_package() {
done
for input in "system/bin/nanodroid*" "system/bin/novl" \
"system/bin/npem" "system/bin/prp" "system/bin/nupd" \
"system/bin/npem" "system/bin/nprp" "system/bin/nupd" \
"system/bin/nutl" "system/bin/aapt*" "system/bin/column*" \
"system/bin/unzip*" "system/framework/" "gsync/" \
"system/etc/permissions/" "system/etc/sysconfig/" \
@ -28,8 +28,6 @@ create_microg_package() {
zip_add "${input}"
done
cd "${CWD}"
cd "${CWD}/microG"
zip_add
cd "${CWD}"

Loading…
Cancel
Save