summaryrefslogtreecommitdiffstats
path: root/rules/quota-tools.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-29 11:26:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-30 07:43:18 +0100
commit84ce40e377dc0ffea621d420a630bf5899864934 (patch)
treefb375a8a0e621b6c3d0227ef44e8e32c5214eaec /rules/quota-tools.make
parentb097b3815e5fcfb31d4071b1fef1bdc42c6b5d33 (diff)
downloadptxdist-84ce40e377dc0ffea621d420a630bf5899864934.tar.gz
ptxdist-84ce40e377dc0ffea621d420a630bf5899864934.tar.xz
quota: directory should be quota-version
Patch dir and builddir should be same as tarball name, thus quota-$(QUOTA_TOOLS_VERSION). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/quota-tools.make')
-rw-r--r--rules/quota-tools.make2
1 files changed, 1 insertions, 1 deletions
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))