nextcloud / passman-android

:key: Android app for Passman.
https://passman.cc
GNU General Public License v3.0
93 stars 30 forks source link

Fix openssl setup script #26

Closed honggoff closed 7 years ago

honggoff commented 7 years ago

The setup script unnecessarily tried to install openssl to /usr/local/ssl. This will fail on most machines and is not necessary, as the subsequent build steps will just fetch the library from its source directory.

This problem was brought up on the f-droid gitlab: https://gitlab.com/fdroid/rfp/issues/199 It's probably a blocker for #12 .

animalillo commented 7 years ago

We require commits to be signed with gpg check: https://help.github.com/articles/signing-commits-using-gpg/

honggoff commented 7 years ago

No problem, just learned something new.