Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30583
b: refs/heads/master
c: 1a0f3d4
h: refs/heads/master
i:
  30581: faa63f7
  30579: ec11850
  30575: a4c9332
v: v3
  • Loading branch information
Mike Wolf authored and Sam Ravnborg committed Jun 8, 2006
1 parent 9a63a1a commit 041b669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9870a93d3118239fd7732a0f908e05f67b39a294
refs/heads/master: 1a0f3d422bb9ac959383a5ed1a4127f5900f56a8
5 changes: 5 additions & 0 deletions trunk/scripts/package/mkspec
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,13 @@ echo "%ifarch ia64"
echo 'cp $KBUILD_IMAGE $RPM_BUILD_ROOT'"/boot/efi/vmlinuz-$KERNELRELEASE"
echo 'ln -s '"efi/vmlinuz-$KERNELRELEASE" '$RPM_BUILD_ROOT'"/boot/"
echo "%else"
echo "%ifarch ppc64"
echo "cp vmlinux arch/powerpc/boot"
echo "cp arch/powerpc/boot/"'$KBUILD_IMAGE $RPM_BUILD_ROOT'"/boot/vmlinuz-$KERNELRELEASE"
echo "%else"
echo 'cp $KBUILD_IMAGE $RPM_BUILD_ROOT'"/boot/vmlinuz-$KERNELRELEASE"
echo "%endif"
echo "%endif"

echo 'cp System.map $RPM_BUILD_ROOT'"/boot/System.map-$KERNELRELEASE"

Expand Down

0 comments on commit 041b669

Please sign in to comment.