Advertisement
Guest User

PKGBUILD.patch

a guest
Sep 18th, 2010
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. --- /tmp/bauerbill/build/aur/kernel26-bfs/PKGBUILD.bak  2010-09-18 16:13:29.795000159 +0800
  2. +++ /tmp/bauerbill/build/aur/kernel26-bfs/PKGBUILD  2010-09-18 16:14:09.850000133 +0800
  3. @@ -54,6 +54,7 @@
  4.     else
  5.        cat ../config >./.config
  6.     fi
  7. +   zcat /proc/config.gz >./.config
  8.  
  9.     if [ "${_kernelname}" != "" ]; then
  10.        sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
  11. @@ -66,7 +67,7 @@
  12.     # Configure the kernel. Replace the line below with one of your choice.
  13.     #make menuconfig # CLI menu for configuration
  14.     #make xconfig # X-based configuration
  15. -   #make oldconfig # using old config from previous kernel version
  16. +   make oldconfig # using old config from previous kernel version
  17.     # ... or manually edit .config
  18.     ####################
  19.     # stop here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement