Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149503
b: refs/heads/master
c: a89b433
h: refs/heads/master
i:
  149501: f4a5a4c
  149499: 5078e73
  149495: e6a4557
  149487: 9a291de
  149471: 0da951b
  149439: 39bb2e8
  149375: 93c99c3
  149247: 234735a
  148991: 8c49d47
  148479: 177b498
  147455: cada1d8
v: v3
  • Loading branch information
Frans Pop authored and Sam Ravnborg committed Jun 9, 2009
1 parent 8a14374 commit 95bf031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e2ab2563a599c3d3fd03952c056af09fc03b74a
refs/heads/master: a89b433bddea41a743d7937c87be5290ef4f1057
5 changes: 4 additions & 1 deletion trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ if [ "$ARCH" = "um" ] ; then
else
cp System.map "$tmpdir/boot/System.map-$version"
cp .config "$tmpdir/boot/config-$version"
cp $KBUILD_IMAGE "$tmpdir/boot/vmlinuz-$version"
# Not all arches include the boot path in KBUILD_IMAGE
if ! cp $KBUILD_IMAGE "$tmpdir/boot/vmlinuz-$version"; then
cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/boot/vmlinuz-$version"
fi
fi

if grep -q '^CONFIG_MODULES=y' .config ; then
Expand Down

0 comments on commit 95bf031

Please sign in to comment.