* Fix the rsync destination.

This commit is contained in:
Eelco Dolstra 2003-05-27 11:58:14 +00:00
parent 4d21cda0cd
commit 5e01b220b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.