diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 17:55:38 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 17:55:38 -0500 |
commit | 19075a91684d375d994c9abdeb486e6b9cbec916 (patch) | |
tree | 559058d7b5fa6576456b0797444a2d1e4da454fc /package/samba3 | |
parent | 543c5a6ab485c2dc9fe75fc86cdf7bcf6d6258e1 (diff) |
fix build of samba3
Diffstat (limited to 'package/samba3')
-rw-r--r-- | package/samba3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/samba3/Makefile b/package/samba3/Makefile index 0bc6b69e8..b1c1ae369 100644 --- a/package/samba3/Makefile +++ b/package/samba3/Makefile @@ -14,8 +14,9 @@ PKG_DEPENDS:= libuuid libpopt PKG_URL:= http://www.samba.org/ PKG_SITES:= http://samba.org/samba/ftp/stable/ -DISTFILES:= ${PKG_NAME}3-${PKG_VERSION}.tar.gz +DISTFILES:= samba-${PKG_VERSION}.tar.gz +WRKDIST= ${WRKDIR}/samba-${PKG_VERSION} WRKSRC= ${WRKDIST}/source3 include ${ADK_TOPDIR}/mk/package.mk |