Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy stuff to feather3 after building
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 356641f commit 94851d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.pl
Expand Up @@ -14,4 +14,5 @@

die "Found no rebuild script for $what\n" unless $script;

exec "flock -w 60 $script_dir/lock.$what $script >~/log/$what.log 2>&1";
system "flock -w 60 $script_dir/lock.$what $script >~/log/$what.log 2>&1";
system "$^X $FindBin::Bin/sync.pl", $what;

0 comments on commit 94851d9

Please sign in to comment.