[Yakkety/linux-meta-raspi2][PATCH] UBUNTU: fix tag prefix in update-version
Luis Henriques
luis.henriques at canonical.com
Mon Nov 14 10:35:34 UTC 2016
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
update-version | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update-version b/update-version
index 6df131eeda58..b38bdef3bd27 100755
--- a/update-version
+++ b/update-version
@@ -1,6 +1,6 @@
#!/bin/bash
-tag_prefix="Ubuntu-"
+tag_prefix="Ubuntu-raspi2-"
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <linux-source-directory>" 1>&2
More information about the kernel-team
mailing list