diff --git a/ChangeLog b/ChangeLog index 0e031c9..addaf33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-22 18:09 marc + + * ChangeLog, cordova/config.xml.in, + cordova/platforms/android/AndroidManifest.xml, + cordova/platforms/android/res/xml/config.xml: fixed android + problems; uninstall before update; closes #29 + 2015-09-21 19:46 marc * cordova/makefile.am: fix build error message diff --git a/cordova/makefile.am b/cordova/makefile.am index f478dcc..410e6e8 100644 --- a/cordova/makefile.am +++ b/cordova/makefile.am @@ -35,10 +35,10 @@ distclean-local: -rm -r platforms/android/.gradle for file in ${cordova_sources}; do \ if test "@srcdir@/$${file}" != "$${file}" \ - -a -f "$${file}" \ - -a "@srcdir@" != "." \ - -a "@srcdir@" != "./"; then \ - chmod -R u+w "$${file}" && rm -r "$${file}"; \ + -a -e "$${file}" \ + -a "@srcdir@" != "." \ + -a "@srcdir@" != "./"; then \ + chmod -R u+w "$${file}" && rm -r "$${file}"; \ fi; \ done diff --git a/html/index.html.in b/html/index.html.in index b5e19c1..a6a629c 100644 --- a/html/index.html.in +++ b/html/index.html.in @@ -14,11 +14,11 @@
-