Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308522
b: refs/heads/master
c: 19a4b98
h: refs/heads/master
v: v3
  • Loading branch information
Lekensteyn authored and Michal Marek committed May 26, 2012
1 parent dc7b6bf commit 0c86e84
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2cbd08253a011bd9db9a51f15a974df3a779224b
refs/heads/master: 19a4b988955bc1d838a55c89d3d927f3d788a7dd
2 changes: 1 addition & 1 deletion trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ fi
# Build header package
(cd $srctree; find . -name Makefile -o -name Kconfig\* -o -name \*.pl > "$objtree/debian/hdrsrcfiles")
(cd $srctree; find arch/$SRCARCH/include include scripts -type f >> "$objtree/debian/hdrsrcfiles")
(cd $objtree; find .config Module.symvers include scripts -type f >> "$objtree/debian/hdrobjfiles")
(cd $objtree; find arch/$SRCARCH/include .config Module.symvers include scripts -type f >> "$objtree/debian/hdrobjfiles")
destdir=$kernel_headers_dir/usr/src/linux-headers-$version
mkdir -p "$destdir"
(cd $srctree; tar -c -f - -T "$objtree/debian/hdrsrcfiles") | (cd $destdir; tar -xf -)
Expand Down

0 comments on commit 0c86e84

Please sign in to comment.