aboutsummaryrefslogtreecommitdiff
path: root/scripts/package/builddeb
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2009-04-23 01:12:01 +0200
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 22:37:41 +0200
commitf7a2c31f1e4e622056c8a14260937e87f1277867 (patch)
tree9fa6ebd9fe44e19231437682f3382f0d9d5b63f2 /scripts/package/builddeb
parent4bf4cd4939975c2f6375443212109dbb8c4e8731 (diff)
kbuild, deb-pkg: fix generated package name
The binary package that make deb-pkg creates is a linux-image. To be fixed may also be the addition of $DEB_ARCH. Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Andres Salomon <dilinger@debian.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/package/builddeb')
-rw-r--r--scripts/package/builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 6d3b7e59637f..1ade570b3c60 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -36,7 +36,7 @@ else
fi
tmpdir="$objtree/debian/tmp"
fwdir="$objtree/debian/fwtmp"
-packagename=linux-$version
+packagename=linux-image-$version
fwpackagename=linux-firmware-image
if [ "$ARCH" = "um" ] ; then