InstallIntoSystem: add missing trailing '/'

See #364
This commit is contained in:
Daniel Martí 2015-08-10 16:54:19 -07:00
parent ddb94cc831
commit 052f411433

View File

@ -120,7 +120,7 @@ abstract class InstallIntoSystem {
@Override @Override
protected String getSystemFolder() { protected String getSystemFolder() {
return "/system/app"; return "/system/app/";
} }
} }