Subversion Repositories DevTools

Rev

Rev 245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 247
Line 704... Line 704...
704
    if ( $opt_dpkg )
704
    if ( $opt_dpkg )
705
    {
705
    {
706
        Message ("Using: $build_dir");
706
        Message ("Using: $build_dir");
707
        my $create_opts = "-o";
707
        my $create_opts = "-o";
708
        $create_opts .= " -m" if ( $opt_merge );
708
        $create_opts .= " -m" if ( $opt_merge );
709
        JatsCmd("-here create_dpkg $create_opts") and $error++;
709
        JatsCmd("-here create_dpkg $create_opts -pname=$be->{name} -pversion=$be->{version}") and $error++;
710
    }
710
    }
711
 
711
 
712
    if ( $opt_copy )
712
    if ( $opt_copy )
713
    {
713
    {
714
        Message ("Copy package to $user_cwd");
714
        Message ("Copy package to $user_cwd");