[script/sabayon-build] fixing sabayon-build make.conf assumption

[Dockerfile] installing ca-certificates along with other packages
This commit is contained in:
mudler
2015-06-05 16:57:12 +02:00
parent bb874fa9e0
commit cce8eac331
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ ln -sf package.env.amd64 package.env
git add make.conf package.env
git config --global user.name "root"
git config --global user.email "root@localhost"
git commit
git commit -m "saving my configurations"
# rename the gentoo /etc/make.conf and /etc/portage/:
cd /etc/
mv portage portage-gentoo
mv make.conf make.conf-gentoo
#mv make.conf make.conf-gentoo
# symlink to sabayon /etc/make.conf /etc/portage/:
ln -sf /opt/sabayon-build/conf/intel/portage portage