aroma had a comment typo in its folder creation script

This commit is contained in:
mfonville
2015-09-11 14:32:24 +02:00
parent d85cc123f0
commit f2fc8158a3
+1 -1
View File
@@ -35,7 +35,7 @@ commonscripts() {
aromascripts() {
aromaupdatebinary
makearomaconfig
install -d "$build/META-INF/com/google/android/aroma #not necessary, but is safe"
install -d "$build/META-INF/com/google/android/aroma" #not necessary, but is safe
copy "$SCRIPTS/aroma-resources/fonts" "$build/META-INF/com/google/android/aroma/fonts"
copy "$SCRIPTS/aroma-resources/icons" "$build/META-INF/com/google/android/aroma/icons"
copy "$SCRIPTS/aroma-resources/langs" "$build/META-INF/com/google/android/aroma/langs"