diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:07:03 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:07:03 -0700 |
commit | ecfed433dbc6bbbfc27e0ba9809dee914c8ce09b (patch) | |
tree | c063f8769388a46588fd97ba5ff8814974dca9c9 /admin | |
parent | 97be1d810aa5caaf14a06428f7942ef2aa3693de (diff) |
htop: Add PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/htop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/htop/Makefile b/admin/htop/Makefile index a27ce03c6..7cb47067a 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ PKG_MD5SUM:=e768b9b55c033d9c1dffda72db3a6ac7 PKG_LICENSE:=GPL-2.0 -PKG_LICENSE_FILES:= +PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |