Created
November 29, 2011 08:44
-
-
Save zhangsen/1404047 to your computer and use it in GitHub Desktop.
setup cvc environment in rmake chroot
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
export PS1="[\u@\h \w]$ " | |
mkdir -p /home/test | |
export HOME=/home/test | |
mkdir -p ~/conary/builds | |
cat > ~/.conaryrc <<EOF | |
buildPath ~/conary/builds | |
EOF | |
cd ~/conary | |
# now you can checkout and cook recipes | |
# maybe install vim too: conary install --resolve vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment