# HG changeset patch # User Christopher Rogers # Date 1287023177 0 # Node ID 0c28691e10fd5294ba628ac700f2947d1a6d23d3 # Parent 8e40e7c30d5ca7aeb9e22ad0c27478dd391a89b1 Fixed typo with varible name in linux-module-headers. diff -r 8e40e7c30d5c -r 0c28691e10fd linux-module-headers/receipt --- a/linux-module-headers/receipt Thu Oct 14 02:00:26 2010 +0000 +++ b/linux-module-headers/receipt Thu Oct 14 02:26:17 2010 +0000 @@ -26,7 +26,7 @@ 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 + ln -s linux-$KVERSION $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/