mirror of
https://github.com/opengapps/opengapps.git
synced 2025-11-08 07:54:31 +00:00
aroma had a comment typo in its folder creation script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user