Subversion Repositories DevTools

Rev

Rev 6387 | Rev 7388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6387 Rev 7326
Line 427... Line 427...
427
            return;
427
            return;
428
        }
428
        }
429
        Error("NoBuild operation requires package name and version")
429
        Error("NoBuild operation requires package name and version")
430
    }
430
    }
431
 
431
 
432
 
-
 
433
    # Get the dpkg_archive version number we are  going to create.
432
    # Get the dpkg_archive version number we are  going to create.
434
    #
433
    #
435
    Error("Descpkg file not found in package directory: $PKG_BASE")
434
    Error("Descpkg file not found in package directory: $PKG_BASE")
436
        unless ( -f "$DESCPKG_FILE" );
435
        unless ( -f "$DESCPKG_FILE" );
437
 
436