1
1

VMS specific: make sure final release can be installed over daily build

Этот коммит содержится в:
Jose Baars 2010-05-21 08:30:55 -04:00 коммит произвёл Alexander Lamaison
родитель f3208b99ca
Коммит 667f4acda6

Просмотреть файл

@ -104,7 +104,7 @@ $ seconddash = f$locate("-", restdir)
$ if seconddash .ge. f$length( restdir ) $ if seconddash .ge. f$length( restdir )
$ then $ then
$ daily = "FALSE" $ daily = "FALSE"
$ datename = "" $ datename = "Final"
$ else $ else
$ datename = "D" + f$extract(seconddash+1,8,restdir) $ datename = "D" + f$extract(seconddash+1,8,restdir)
$ endif $ endif
@ -113,7 +113,7 @@ $ if daily
$ then $ then
$ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'''datename'" $ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'''datename'"
$ else $ else
$ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'" $ productname = "JCB ''arch' LIBSSH2 V''vms_majorv'.''minorv'-''patchv'''datename'"
$ endif $ endif
$! $!
$ productfilename = "JCB-''arch'-LIBSSH2-" + f$fao("V!2ZL!2ZL-!2ZL!AS-1", f$integer(vms_majorv),minorv,patchv,datename) $ productfilename = "JCB-''arch'-LIBSSH2-" + f$fao("V!2ZL!2ZL-!2ZL!AS-1", f$integer(vms_majorv),minorv,patchv,datename)