From 8d36a30daee3e064ef9ea2738a17238d981dc8b5 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Fri, 16 Dec 2011 09:33:54 +0000 Subject: [PATCH] leo: fix typo for 02cachesd file --- leo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leo.mk b/leo.mk index e748a50..e4d4952 100755 --- a/leo.mk +++ b/leo.mk @@ -58,7 +58,7 @@ PRODUCT_COPY_FILES += \ # This file is used to install the enable RMNET and corresponding modules which dont get activated by normal module script, mount cache so that downloads work correctly PRODUCT_COPY_FILES += \ device/htc/leo/prebuilt/01modules:system/etc/init.d/01modules \ - device/htc/leo/prebuilt/02cachesd:system/etc/init.d/02achesd + device/htc/leo/prebuilt/02cachesd:system/etc/init.d/02cachesd PRODUCT_PACKAGES += \ sensors.htcleo \