# HG changeset patch # User Christopher Rogers # Date 1287021626 0 # Node ID 8e40e7c30d5ca7aeb9e22ad0c27478dd391a89b1 # Parent 8d5858628db66be855b694d3bc150cf36f7f4e8c Added a soft /usr/src/linux so its easier to port to the source. diff -r 8d5858628db6 -r 8e40e7c30d5c linux-module-headers/receipt --- a/linux-module-headers/receipt Wed Oct 13 23:49:38 2010 +0000 +++ b/linux-module-headers/receipt Thu Oct 14 02:00:26 2010 +0000 @@ -25,6 +25,9 @@ $fs/$path/.config mkdir -p $fs/$path/include + # Added soft link to make it easier to point to kernel folder + ln -s linux-$VERSION $fs/usr/src/linux + for i in acpi asm-generic config generated linux math-emu media net pcmcia scsi sound trace video; do cp -a $src/include/$i $fs/$path/include/ done @@ -120,7 +123,7 @@ for i in $(find . -name "Kconfig*"); do mkdir -p $fs/$path/$(echo $i | sed 's|/Kconfig.*||') cp -a $src/$i $fs/$path/$i - done + done chown -R root.root $fs/$path find $fs/$path -type d -exec chmod 755 {} \;