diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-11-24 23:42:42 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-11-24 23:43:37 -0800 |
commit | ac7cd4c6e6cd1054edb6d9d329a480a6e011ed04 (patch) | |
tree | 39d34c8508d4516752aa2ebc3df7528421dbafe7 /libs/libuecc | |
parent | 526cd2f6b574cf194b7f36f830b73cb506411730 (diff) |
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'libs/libuecc')
-rw-r--r-- | libs/libuecc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 6147948a1..a0581f277 100644 --- a/libs/libuecc/Makefile +++ b/libs/libuecc/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/71 PKG_MD5SUM:=7f44df5dc69cb8686947562e2a11eea9 PKG_LICENSE:=BSD-2-Clause -PKG_LICENSE_FILE:=COPYRIGHT +PKG_LICENSE_FILES:=COPYRIGHT include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |