Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233056
b: refs/heads/master
c: 9b4ce7b
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas de Pesloüan authored and Michal Marek committed Feb 4, 2011
1 parent 2fa7f2f commit 68b18a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1b9a50d931a04ba007cc1a926fead3ff4b5afa9b
refs/heads/master: 9b4ce7bce5f30712fd926ab4599a803314a07719
6 changes: 3 additions & 3 deletions trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ EOF
fi

# Build header package
find . -name Makefile -o -name Kconfig\* -o -name \*.pl > /tmp/files$$
find arch/$SRCARCH/include include scripts -type f >> /tmp/files$$
(cd $srctree; find . -name Makefile -o -name Kconfig\* -o -name \*.pl > /tmp/files$$)
(cd $srctree; find arch/$SRCARCH/include include scripts -type f >> /tmp/files$$)
(cd $objtree; find .config Module.symvers include scripts -type f >> /tmp/objfiles$$)
destdir=$kernel_headers_dir/usr/src/linux-headers-$version
mkdir -p "$destdir"
tar -c -f - -T /tmp/files$$ | (cd $destdir; tar -xf -)
(cd $srctree; tar -c -f - -T /tmp/files$$) | (cd $destdir; tar -xf -)
(cd $objtree; tar -c -f - -T /tmp/objfiles$$) | (cd $destdir; tar -xf -)
rm -f /tmp/files$$ /tmp/objfiles$$
arch=$(dpkg --print-architecture)
Expand Down

0 comments on commit 68b18a7

Please sign in to comment.