From 63f8d6fd765b80abca682dfd6b3b80050bf76b3e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 May 2013 11:00:02 -0400 Subject: have `librechroot install-file` add the packages to the local repo. --- src/chroot-tools/librechroot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/chroot-tools/librechroot') diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index a10734b..d5b677c 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -200,7 +200,10 @@ main() { ;; # Dealing with packages - install-file) normshell chroot_install_pkgs "$copydir" "$@";; + install-file) + normshell chroot_install_pkgs "$copydir" "$@" + normshell chroot_add_to_local_repo "$copydir" "$@" + ;; install-name) archroot -r "$copydir" pacman -Sy "$@";; update) archroot -u "$copydir";; clean-pkgs) -- cgit v1.2.2