Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78000
b: refs/heads/master
c: bc395ad
h: refs/heads/master
v: v3
  • Loading branch information
Daniel De Graaf authored and Sam Ravnborg committed Jan 28, 2008
1 parent 02c98ad commit dec89dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9649ef878d507bbc3abc2a328cd4ad303b2be093
refs/heads/master: bc395add945659e04cc7cf250755ba0edc1a9fdc
4 changes: 2 additions & 2 deletions trunk/scripts/package/buildtar
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
# Install arch-specific kernel image(s)
#
case "${ARCH}" in
i386|x86_64)
[ -f "${objtree}/arch/$ARCH/boot/bzImage" ] && cp -v -- "${objtree}/arch/$ARCH/boot/bzImage" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
x86|i386|x86_64)
[ -f "${objtree}/arch/x86/boot/bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
;;
alpha)
[ -f "${objtree}/arch/alpha/boot/vmlinux.gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
Expand Down

0 comments on commit dec89dc

Please sign in to comment.