Remove commented code

This commit is contained in:
Ramon Buldó 2015-05-14 11:13:34 +02:00
parent 4e83361054
commit a8e0f3b69f

View file

@ -189,10 +189,6 @@ prepare_chroot() {
fi
# Read .makepkg.conf and .gnupg/pubring.gpg even if called via sudo
# if [[ -r "$USER_HOME/.gnupg/pubring.gpg" ]]; then
# install -D "$USER_HOME/.gnupg/pubring.gpg" \
# "$copydir/build/.gnupg/pubring.gpg"
# fi
if [[ -r $USER_HOME/.gnupg/pubring.kbx ]]; then
install -D "$USER_HOME/.gnupg/pubring.kbx" "$copydir/build/.gnupg/pubring.kbx"
fi