diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-10 19:54:29 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-10 19:54:29 +0100 |
commit | fdbf9a258f04f7f8c7bbe0219e6abee66680e01e (patch) | |
tree | 3d77bd031f41af332aa104c12cfd31102df19e5a | |
parent | 093acfe13c8f63807c0d004b78844c6f39d1160c (diff) |
blind fix for libexttextcat
-rw-r--r-- | libexttextcat/Zip_fingerprint.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexttextcat/Zip_fingerprint.mk b/libexttextcat/Zip_fingerprint.mk index d8b449418c8b..a5a014242a4f 100644 --- a/libexttextcat/Zip_fingerprint.mk +++ b/libexttextcat/Zip_fingerprint.mk @@ -25,9 +25,9 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Zip_Zip,fingerprint,$(call gb_UnpackedTarball_get_dir,libexttextcat)/langclass)) +$(eval $(call gb_Zip_Zip,fingerprint,$(call gb_UnpackedTarball_get_dir,exttextcat)/langclass)) -$(eval $(call gb_Zip_use_unpacked,fingerprint,libexttextcat)) +$(eval $(call gb_Zip_use_unpacked,fingerprint,exttextcat)) $(eval $(call gb_Zip_add_files,fingerprint,\ langclass/fpdb.conf \ |