From: Sascha Hauer <s.hauer@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/3] quota: directory should be quota-version
Date: Fri, 29 Mar 2019 11:26:04 +0100 [thread overview]
Message-ID: <20190329102605.8770-2-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20190329102605.8770-1-s.hauer@pengutronix.de>
Patch dir and builddir should be same as tarball name, thus
quota-$(QUOTA_TOOLS_VERSION).
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
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
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-03-29 10:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 10:26 [ptxdist] [PATCH 1/3] quota: Update to 4.04 Sascha Hauer
2019-03-29 10:26 ` Sascha Hauer [this message]
2019-03-29 10:26 ` [ptxdist] [PATCH 3/3] quota: e2fsprogs are not always needed Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190329102605.8770-2-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox