diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-02 10:31:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-02 10:32:14 +0200 |
commit | 62b708ebe8ee50d9aa18ca4d98d6dc8363d03163 (patch) | |
tree | 9f4a646d30075bbdecefe2b78879e85a5239b7e9 /package/fastjar/Makefile | |
parent | 65fb15bb8a69aa1669076d22671f1e8c7b43d9a6 (diff) |
pam required, fix distfiles
Diffstat (limited to 'package/fastjar/Makefile')
-rw-r--r-- | package/fastjar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/fastjar/Makefile b/package/fastjar/Makefile index fe73820fa..d8e54584a 100644 --- a/package/fastjar/Makefile +++ b/package/fastjar/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= fastjar utility PKG_SECTION:= lang PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=fastjar/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_CFLINE_FASTJAR:= depends on ADK_HOST_ONLY include $(TOPDIR)/mk/host.mk |