summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 17:55:38 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 17:55:38 -0500
commit19075a91684d375d994c9abdeb486e6b9cbec916 (patch)
tree559058d7b5fa6576456b0797444a2d1e4da454fc
parent543c5a6ab485c2dc9fe75fc86cdf7bcf6d6258e1 (diff)
fix build of samba3
-rw-r--r--package/samba3/Makefile3
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