diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-11 10:41:17 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-11 16:05:24 -0500 |
commit | 8b13129a700752dcb93b9ebaba4d9177ddb10336 (patch) | |
tree | c323027ee7673438d5625722f0c13699151fe0a3 /libexttextcat | |
parent | 460269a3ad76785a0246312aff85581895df36e9 (diff) |
fix zip file paths
Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
Diffstat (limited to 'libexttextcat')
-rw-r--r-- | libexttextcat/Zip_fingerprint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexttextcat/Zip_fingerprint.mk b/libexttextcat/Zip_fingerprint.mk index a5a014242a4f..05e77b72724e 100644 --- a/libexttextcat/Zip_fingerprint.mk +++ b/libexttextcat/Zip_fingerprint.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Zip_Zip,fingerprint,$(call gb_UnpackedTarball_get_dir,exttextca $(eval $(call gb_Zip_use_unpacked,fingerprint,exttextcat)) $(eval $(call gb_Zip_add_files,fingerprint,\ - langclass/fpdb.conf \ + fpdb.conf \ LM/*.lm \ )) |