Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created January 25, 2013 17:15
Show Gist options
  • Save cosmo0920/4636200 to your computer and use it in GitHub Desktop.
Save cosmo0920/4636200 to your computer and use it in GitHub Desktop.
VMWare player 5.0.1がLinuxカーネル3.7のversion.hを探してくれなくてつらぽよだった
#!/usr/bin/env sh
HEAEDERSROOT=/lib/modules/`uname -r`/build
sudo ln -s ${HEAEDERSROOT}/include/generated/uapi/linux/version.h ${HEAEDERSROOT}/include/linux/version.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment