Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131422
b: refs/heads/master
c: fc370ec
h: refs/heads/master
v: v3
  • Loading branch information
Josh Hunt authored and Sam Ravnborg committed Feb 15, 2009
1 parent 4238d42 commit 8c69ac3
Show file tree
Hide file tree
Showing 2 changed files with 9 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: d21d52d4a155e36d4dc93d642cd52cb63f7ef91b
refs/heads/master: fc370ecfdb37b853bd8e2118c7ad9f99fa9ac5cd
8 changes: 8 additions & 0 deletions trunk/scripts/package/mkspec
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ echo "%endif"
echo 'cp System.map $RPM_BUILD_ROOT'"/boot/System.map-$KERNELRELEASE"

echo 'cp .config $RPM_BUILD_ROOT'"/boot/config-$KERNELRELEASE"

echo "%ifnarch ppc64"
echo 'cp vmlinux vmlinux.orig'
echo 'bzip2 -9 vmlinux'
echo 'mv vmlinux.bz2 $RPM_BUILD_ROOT'"/boot/vmlinux-$KERNELRELEASE.bz2"
echo 'mv vmlinux.orig vmlinux'
echo "%endif"

echo ""
echo "%clean"
echo '#echo -rf $RPM_BUILD_ROOT'
Expand Down

0 comments on commit 8c69ac3

Please sign in to comment.