Patch dir and builddir should be same as tarball name, thus
quota-$(QUOTA_TOOLS_VERSION).

Signed-off-by: Sascha Hauer <[email protected]>
---
 rules/quota-tools.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/quota-tools.make b/rules/quota-tools.make
index e8822bc61..57c00a383 100644
--- a/rules/quota-tools.make
+++ b/rules/quota-tools.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_QUOTA_TOOLS) += quota-tools
 #
 QUOTA_TOOLS_VERSION    := 4.04
 QUOTA_TOOLS_MD5                := f46f3b0b5141f032f25684005dac49d3
-QUOTA_TOOLS            := quota-tools
+QUOTA_TOOLS            := quota-$(QUOTA_TOOLS_VERSION)
 QUOTA_TOOLS_SUFFIX     := tar.gz
 QUOTA_TOOLS_PACKAGE    := quota-$(QUOTA_TOOLS_VERSION).${QUOTA_TOOLS_SUFFIX}
 QUOTA_TOOLS_URL                := $(call ptx/mirror, SF, 
linuxquota/$(QUOTA_TOOLS_PACKAGE))
-- 
2.20.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to