Created
January 25, 2013 17:15
-
-
Save cosmo0920/4636200 to your computer and use it in GitHub Desktop.
VMWare player 5.0.1がLinuxカーネル3.7のversion.hを探してくれなくてつらぽよだった
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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