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 /net/socat | |
parent | 526cd2f6b574cf194b7f36f830b73cb506411730 (diff) |
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 91a86a32a..bb3fc7d64 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -18,7 +18,7 @@ PKG_MD5SUM:=69b8155dd442a6f24e28ef5407d868eb PKG_MAINTAINER:= Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0 OpenSSL -PKG_LICENSE_FILE:=COPYING COPYING.OpenSSL +PKG_LICENSE_FILES:=COPYING COPYING.OpenSSL PKG_INSTALL:=1 |