mirror of https://github.com/BOINC/boinc.git
Modified exectuable names to match boinc platform.
svn path=/trunk/boinc/; revision=9075
This commit is contained in:
parent
6fc5491a68
commit
9e9416aa6d
|
@ -1,6 +1,7 @@
|
|||
EXTRA_DIST = make-sea.sh
|
||||
|
||||
vers = @BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@.@BOINC_RELEASE@_@target@
|
||||
vers = \
|
||||
@BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@.@BOINC_RELEASE@_@boinc_platform@
|
||||
sea = boinc_$(vers).sh
|
||||
tarfiles = BOINC/boinc BOINC/boincmgr BOINC/boinc_cmd BOINC/binstall.sh\
|
||||
BOINC/boincmgr.8x8.png BOINC/boincmgr.16x16.png BOINC/boincmgr.32x32.png
|
||||
|
|
Loading…
Reference in New Issue