]> mj.ucw.cz Git - libucw.git/commitdiff
Maint: Reorganization of my directory structure
authorMartin Mares <mj@ucw.cz>
Sun, 29 Mar 2020 20:36:29 +0000 (22:36 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 29 Mar 2020 20:36:29 +0000 (22:36 +0200)
maint/release

index 437aa9e27c4fcedd7ba24a8c169a954c2075e558..e245cbca1a5bc2ffd416879347764129aa3f4404 100755 (executable)
@@ -8,7 +8,7 @@ require "maint/release.pm";
 
 my $r = new UCW::Release("libucw");
 $r->{"test_compile"} = "./configure && make -j4";
-$r->{"archive_dir"} = $ENV{"HOME"} . "/archives/libucw";
+$r->{"archive_dir"} = $ENV{"HOME"} . "/archives/sw/libucw";
 push @{$r->{"uploads"}}, { "url" => "scp://ftp.ucw.cz/~ftp/pub/libucw/" };
 
 $r->ParseOptions;