From 5e01b220b363524e02ec07da3943e02042218167 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 27 May 2003 11:58:14 +0000 Subject: [PATCH] * Fix the rsync destination. --- scripts/nix-push-prebuilts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-push-prebuilts b/scripts/nix-push-prebuilts index 9528978799..c0e3b45c58 100755 --- a/scripts/nix-push-prebuilts +++ b/scripts/nix-push-prebuilts @@ -34,7 +34,7 @@ close PKGS; # Push the prebuilts to the server. !!! FIXME -system "rsync -av -e ssh '$exportdir'/ losser:/home/eelco/public_html/nix-prebuilts/"; +system "rsync -av -e ssh '$exportdir'/ eelco\@losser.st-lab.cs.uu.nl:/home/eelco/public_html/nix-prebuilts/"; # Rerun `nix-pull-prebuilts' to rescan the prebuilt source locations.