From 4840335e2c90048a64dee4556c4764d2abc5577f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 11 Dec 2012 00:17:09 -0500 Subject: fix HOME/LIBREHOME bug in libremakepkg.gpl2 --- src/chroot-tools/libremakepkg.gpl2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chroot-tools/libremakepkg.gpl2 b/src/chroot-tools/libremakepkg.gpl2 index 8770bee..6b7180b 100755 --- a/src/chroot-tools/libremakepkg.gpl2 +++ b/src/chroot-tools/libremakepkg.gpl2 @@ -18,7 +18,7 @@ chroot_init() { librechroot -n "$CHROOT" -l "$CHROOTCOPY" -m if [[ -r "$LIBREHOME/.gnupg/pubring.gpg" ]]; then - install -D "$HOME/.gnupg/pubring.gpg" "$copydir/build/.gnupg/pubring.gpg" + install -D "$LIBREHOME/.gnupg/pubring.gpg" "$copydir/build/.gnupg/pubring.gpg" fi rm -f "$copydir/build/.makepkg.conf" -- cgit v1.2.2